📄️ Post Tool Call
How to control LLM behavior after a tool call using `postCallPrompt`.
📄️ Rerun
In CMND.ai, where you can create custom functions to interact with the language model, the rerun attribute plays a crucial role in determining the availability of these functions after their initial execution. The rerun attribute allows developers to control whether a function remains available for repeated use or is removed from the list of available functions after it has been invoked once, or even allowing the tool to rerun but only with different parameters.
📄️ Memory Object
How to use memory objects to pass data between tools and enhance assistant behavior.
📄️ Prerequisites
How to enforce execution order between tools in CMND using the `prerequisites` attribute.