Type Alias: AgentResolutionContext
Makaio Framework / contracts / AgentResolutionContext
Type Alias: AgentResolutionContext
Section titled “Type Alias: AgentResolutionContext”AgentResolutionContext =
z.infer<typeofAgentResolutionContextSchema>
Defined in: ../../../packages/contracts/src/agent-resolution/schemas.ts:97
Type Composition
Section titled “Type Composition”AgentResolutionContextz.infer<typeof AgentResolutionContextSchema>typeof AgentResolutionContextSchema
Resolved Shape
Section titled “Resolved Shape”type AgentResolutionContext = { sessionId?: string | undefined; projectId?: string | undefined; promptText?: string | undefined; sessionContext?: unknown;};