MCPcopy Create free account
hub / github.com/allocnode/oh-my-sage / ToolCall

Interface ToolCall

src/server/session/store.ts:37–43  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

35 * 工具调用记录
36 */
37export interface ToolCall {
38 toolCallId?: string; // Vercel AI SDK 的工具调用 ID
39 tool: string;
40 args: any;
41 result: any;
42 success: boolean;
43}
44
45/**
46 * Session 索引

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected