ComputerToolCustomDataContext
このコンテンツはまだ日本語訳がありません。
type ComputerToolCustomDataContext<Context, TComputer> = object;Type Parameters
Section titled “Type Parameters”| Type Parameter | Default type |
|---|---|
|
|
|
|
|
Properties
Section titled “Properties”output
Section titled “output”output: string;rawItem
Section titled “rawItem”rawItem: ComputerCallResultItem;runContext
Section titled “runContext”runContext: RunContext<Context>;tool: ComputerTool<Context, TComputer>;toolCall
Section titled “toolCall”toolCall: ComputerUseCallItem;