prompt
parameter to pass in a function that returns a string to use as system prompt
Use cases:
prompt
parameter to pass in a function that returns a list of messages
Use cases:
prompt
parameter to pass in a function that returns a list of messages or a custom system prompt.
You can access runtime configuration by calling get_runtime
Use cases:
user_id
passed in to look up user profile, and put it in the system promptprompt
parameter to pass in a function that returns a list of messages or a custom system prompt.
Session context is passed in with the state
parameter
Use cases:
prompt
parameter to pass in a function that returns a list of messages or a custom system prompt.
You can access runtime configuration by calling get_store
Use cases:
get_runtime
to access runtime configuration in tools
Use cases:
user_id
to look up information inside a tool callget_store
to access long term memory in tools
Use cases:
get_store
to access long term memory and then update it inside tools
Use cases:
model
parameter that attaches custom tools
Use cases:
model
parameter that returns a custom model
Use cases: