MCPcopy
hub / github.com/zai-org/GLM-4 / Metadata

Interface Metadata

demo/composite_demo/browser/src/browser.ts:23–28  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

21
22// represent a piece of metadata to be marked in the final answer
23interface Metadata {
24 type: string;
25 title: string;
26 url: string;
27 lines: string[];
28}
29
30interface TetherQuoteExtra {
31 cited_message_idx: number;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected