• Preparing search index...
  • The search index is not available
Arize Phoenix TS
  • Arize Phoenix TS
  • @arizeai/phoenix-client
  • schemas/llm/anthropic/toolCallSchemas
  • createAnthropicToolCall

Function createAnthropicToolCall

  • createAnthropicToolCall(): {
        id: string;
        input: JSONLiteral;
        name: string;
        type: "tool_use";
    }

    Creates an empty Anthropic tool call with fields but no values filled in

    Returns { id: string; input: JSONLiteral; name: string; type: "tool_use" }

    • Defined in packages/phoenix-client/src/schemas/llm/anthropic/toolCallSchemas.ts:27

Settings

Member Visibility
Arize Phoenix TS
  • Loading...

Generated using TypeDoc