MCPcopy Create free account
hub / github.com/huggingface/ml-intern / MessageMeta

Interface MessageMeta

frontend/src/types/agent.ts:9–11  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

7
8/** Custom metadata attached to every UIMessage via the `metadata` field. */
9export interface MessageMeta {
10 createdAt?: string;
11}
12
13export interface SessionMeta {
14 id: string;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected