Kind: Function
Source: atloria-monorepo/libs/agent-core/src/tools/spawn-agent.tool.ts
Signature
tsfunction createSpawnAgentTool(options: SpawnAgentOptions<TContext>): ToolDefinition<TContext>
Parameters
| Name | Type |
|---|---|
options | SpawnAgentOptions<TContext> |
Returns: ToolDefinition<TContext>
Was this page helpful?