Type Alias: ToolExecutionContextOverrides
Makaio Framework / contracts / ToolExecutionContextOverrides
Type Alias: ToolExecutionContextOverrides
Section titled “Type Alias: ToolExecutionContextOverrides”ToolExecutionContextOverrides =
z.infer<typeofToolExecutionContextOverridesSchema>
Defined in: ../../../packages/contracts/src/tool/schemas.ts:125
Inferred TypeScript type for ToolExecutionContextOverridesSchema.
Type Composition
Section titled “Type Composition”ToolExecutionContextOverridesz.infer<typeof ToolExecutionContextOverridesSchema>typeof ToolExecutionContextOverridesSchema
Resolved Shape
Section titled “Resolved Shape”type ToolExecutionContextOverrides = { cwd?: string | undefined; env?: Record<string, string> | undefined; sessionId?: string | undefined; agentId?: string | undefined; adapterId?: string | undefined; adapterName?: string | undefined; turnId?: string | undefined; turnContext?: Record<string, unknown> | undefined; reasoning?: string | undefined; toolCallId?: string | undefined; constraints?: Record<string, unknown> | undefined;};