Type Alias: ToolApprovalRequest
ToolApprovalRequest =
object
Defined in: .source/wunderland/src/public/types.ts:104
Properties
args
args:
Record<string,unknown>
Defined in: .source/wunderland/src/public/types.ts:107
preview
preview:
string
Defined in: .source/wunderland/src/public/types.ts:108
sessionId
sessionId:
string
Defined in: .source/wunderland/src/public/types.ts:105
tool
tool:
Pick<ToolInstance,"name"|"description"|"hasSideEffects"|"category"|"requiredCapabilities">
Defined in: .source/wunderland/src/public/types.ts:106