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

Interface TetherQuoteMetadata

demo/composite_demo/browser/src/browser.ts:35–42  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

33}
34
35interface TetherQuoteMetadata {
36 type: string;
37 title: string;
38 url: string;
39 text: string;
40 pub_date?: string;
41 extra?: TetherQuoteExtra;
42}
43
44interface Citation {
45 citation_format_type: string;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected