null
value for that parameter.
To do this, go to the page for your agent, click Edit, and scroll down to the “Tool configuration” section. Initially, the tool-level default value for the static parameter will be displayed, if one exists. If you override the value, any calls to the tool from this agent will use the agent’s override value instead of the default one. (If no override value is set for a given static parameter and the agent is therefore falling back to the tool-level default, note that any changes to the default will also affect this agent.)
For example, if you were using the get_weather
tool from the Tools doc linked above, and you wanted a specific agent to only fetch snowfall information rather than the full list of data specified as the tool-level default, you could navigate to that agent and set an override value for the current
static parameter to “snowfall”.
“Hello! My name is {vars.name}! How can I assist you today?”
, and you provide a value for “vars.name” here, when a user talks to this agent, the agent-level value will be substituted into the message. This allows you to use the same prompt or message for multiple agents, but still include agent-specific information.