Type Alias: ToolStarted
Makaio Framework / contracts / ToolStarted
Type Alias: ToolStarted
Section titled “Type Alias: ToolStarted”ToolStarted =
z.infer<typeofToolStartedSchema>
Defined in: ../../../packages/contracts/src/agent/schemas/tool.ts:63
Type Composition
Section titled “Type Composition”ToolStartedz.infer<typeof ToolStartedSchema>typeof ToolStartedSchema
Resolved Shape
Section titled “Resolved Shape”type ToolStarted = { agentId: string; adapterId: string; adapterName: string; adapterSessionId: string; toolName: string; toolCallId: string; sessionId?: string | undefined; messageId?: string | undefined; turnId?: string | undefined; clientId?: string | undefined; providerConfigId?: string | undefined; occurredAt?: number | undefined;};