Variable: REFERENCE_METADATA_KEYS¶
constREFERENCE_METADATA_KEYS:object
Defined in: src/references/types.ts:9
Wire keys shared with kaboo-workflows. A file attachment carries its id/kind/
name in the CopilotKit InputContent part metadata under these keys; the
Python side reads the same keys back out. Kept snake_case so both stacks
agree without a translation layer.
Type Declaration¶
id¶
readonlyid:"kaboo_id"="kaboo_id"
Metadata key carrying the reference id.
kind¶
readonlykind:"kaboo_kind"="kaboo_kind"
Metadata key carrying the reference kind.
name¶
readonlyname:"kaboo_name"="kaboo_name"
Metadata key carrying the reference display name.