MCPcopy Create free account
hub / github.com/castari/castari-proxy / OpenRouterToolCallFunction

Interface OpenRouterToolCallFunction

worker/src/types.ts:127–130  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

125}
126
127export interface OpenRouterToolCallFunction {
128 name: string;
129 arguments?: string;
130}
131
132export interface OpenRouterToolCall {
133 id: string;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected