Skip to content

PURISTA API


PURISTA API / @purista/ai / McpReferenceContent

Type Alias: McpReferenceContent

McpReferenceContent = { text: string; type: "text"; } | { json: Record<string, unknown>; type: "json"; }

Defined in: packages/ai/src/protocol/interoperability.ts:61

Reference MCP-style content chunk.