Skip to main content

Interface: ToolCallRequest

Defined in: .source/wunderland/src/security/authorization-types.ts:74

Tool call request for authorization.

Properties

args

args: Record<string, unknown>

Defined in: .source/wunderland/src/security/authorization-types.ts:79

Arguments passed to the tool


context

context: ToolExecutionContext

Defined in: .source/wunderland/src/security/authorization-types.ts:82

Execution context


timestamp

timestamp: Date

Defined in: .source/wunderland/src/security/authorization-types.ts:85

Request timestamp


tool

tool: AuthorizableTool

Defined in: .source/wunderland/src/security/authorization-types.ts:76

Tool being called