Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/zai-org/GLM-4
/ Quote
Interface
Quote
demo/composite_demo/browser/src/browser.ts:9–12 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
7
8
// represent a quote from a display
9
interface
Quote {
10
text: string;
11
metadata: Metadata[];
12
}
13
14
interface
ActionResult {
15
contentType: string;
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected