AgentTool
type AgentTool<TContext, TAgent, TParameters> = FunctionTool<TContext, TParameters> & object;Type Declaration
Section titled “Type Declaration”on: (name, handler) => AgentTool<TContext, TAgent, TParameters>;Parameters
Section titled “Parameters”| Parameter | Type |
|---|---|
|
|
|
|
|
|
Returns
Section titled “Returns”AgentTool<TContext, TAgent, TParameters>
Type Parameters
Section titled “Type Parameters”| Type Parameter |
|---|
|
|
|
|
|
|