Learn about dynamic, static, and automatic tool parameters.
Dynamic
Static
Automatic
queryCorpus
tool allows you to statically override max_results
.
See queryCorpus Tool → for more.
knownValue | Description |
---|---|
KNOWN_PARAM_CALL_ID | Used for sending the current Ultravox call ID to the tool. |
KNOWN_PARAM_CONVERSATION_HISTORY | Includes the full conversation history leading up to this tool call. Typically should be in the body of a request. |
KNOWN_PARAM_CALL_STATE | Includes arbitrary state previously set by tools. See Guiding Agents. |
queryCorpus
tool requires the corpus id to be specified during call creation.
More advanced information can be found in Parameter Overrides →