Type Alias: ReferenceTransport¶
ReferenceTransport =
"attachment"|"object"
Defined in: src/references/types.ts:31
How a reference reaches the agent.
attachment— a file/blob (pdf, image, csv, …). Serialized as a CopilotKitInputContentpart; its bytes are resolvable server-side. Files are the only blob-capable transport.object— a pointer to a custom entity (table, dashboard, ticket, …). Serialized intostate.kaboo_references; resolved by the app's own MCP tool. Never carries bytes.