Arize Phoenix TS
    Preparing search index...
    anthropicToolCallToOpenAI: ZodPipe<
        ZodObject<
            {
                id: ZodString;
                input: ZodType<
                    JSONLiteral,
                    unknown,
                    $ZodTypeInternals<JSONLiteral, unknown>,
                >;
                name: ZodString;
                type: ZodLiteral<"tool_use">;
            },
            $strip,
        >,
        ZodTransform<
            {
                function: { arguments: string; name: string; [key: string]: unknown };
                id: string;
                type: "function";
            },
            { id: string; input: JSONLiteral; name: string; type: "tool_use" },
        >,
    > = ...

    Parse incoming object as an Anthropic tool call and immediately convert to OpenAI format