nero_configure
Update an agent's runtime configuration including model, history limit, token limit, system prompt, and tags.
Instructions
Update an agent's configuration at runtime (model, history limit, token limit, system prompt, tags).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| agent | Yes | Name of the agent to configure | |
| model | No | Change the agent's LLM model | |
| max_history | No | Change maximum conversation messages | |
| max_tokens | No | Change maximum tokens per response | |
| system_prompt | No | Replace the agent's system prompt | |
| tags | No | Replace the agent's tags |