| 7 | |
| 8 | /** Custom metadata attached to every UIMessage via the `metadata` field. */ |
| 9 | export interface MessageMeta { |
| 10 | createdAt?: string; |
| 11 | } |
| 12 | |
| 13 | export interface SessionMeta { |
| 14 | id: string; |
nothing calls this directly
no outgoing calls
no test coverage detected