MCPcopy Index your code
hub / github.com/AI45Lab/Code / ToolArtifact

Interface ToolArtifact

sdk/node/extra-types.d.ts:49–56  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

47}
48
49export interface ToolArtifact {
50 artifact_id: string
51 artifact_uri: string
52 tool_name: string
53 content: string
54 original_bytes: number
55 shown_bytes: number
56}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected