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

Interface ActionResult

demo/composite_demo/browser/src/browser.ts:14–20  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

12}
13
14interface ActionResult {
15 contentType: string;
16 metadataList?: TetherQuoteMetadata[];
17 metadata?: any;
18 roleMetadata: string;
19 message: string;
20}
21
22// represent a piece of metadata to be marked in the final answer
23interface Metadata {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected