update_instructions
update_instructions
Update the agent’s system prompt mid-session. The new instructions take effect immediately for subsequent LLM turns.
Parameters
instructions
The new system prompt text.
Returns
None
update_instructions
Update the agent’s system prompt mid-session. The new instructions take effect immediately for subsequent LLM turns.
The new system prompt text.
None