FunctionToolCustomDataContext
此内容尚不支持你的语言。
type FunctionToolCustomDataContext<Context, TParameters, Result> = object;Type Parameters
Section titled “Type Parameters”| Type Parameter | Default type |
|---|---|
|
|
|
|
|
|
|
|
|
Properties
Section titled “Properties”input: unknown;output
Section titled “output”output: unknown;rawItem
Section titled “rawItem”rawItem: FunctionCallResultItem;runContext
Section titled “runContext”runContext: RunContext<Context>;tool: FunctionTool<Context, TParameters, Result>;toolCall
Section titled “toolCall”toolCall: FunctionCallItem;