View source: R/agent_registry.R
| create_delegate_tool | R Documentation |
Internal function to create a Tool that delegates to an Agent.
create_delegate_tool(agent, flow = NULL, session = NULL, model = NULL)
agent |
The Agent to wrap. |
flow |
Optional Flow object for context tracking. |
session |
Optional ChatSession for shared state. |
model |
Optional model ID for execution. |
A Tool object.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.