Modify Agent
Path parameters
Headers
Header authentication of the form Bearer <token>
Request
The ids of the messages in the agent’s in-context memory.
If set to True, the agent will not remember previous messages (though the agent will still retain state via core memory blocks and archival/recall memory). Not recommended unless you have an advanced use case.
The LLM configuration handle used by the agent, specified in the format provider/model-name, as an alternative to specifying llm_config.
The embedding configuration handle used by the agent, specified in the format provider/model-name.
Response
The in-context memory of the agent.
The ids of the messages in the agent’s in-context memory.
The response format used by the agent when returning from send_message
.
If set to True, the agent will not remember previous messages (though the agent will still retain state via core memory blocks and archival/recall memory). Not recommended unless you have an advanced use case.
The multi-agent group that this agent manages