Skip to content

PURISTA API


PURISTA API / @purista/core / agentProtocolResponseSchema

Variable: agentProtocolResponseSchema

const agentProtocolResponseSchema: ZodObject<{ history: ZodArray<ZodAny>; message: ZodAny; }, $strip>

Defined in: core/types/agent/AgentProtocol.ts:29

The payload for an agent protocol response.