Arize Phoenix TS
    Preparing search index...
    anthropicToolCallSchema: ZodObject<
        {
            id: ZodString;
            input: ZodType<
                JSONLiteral,
                unknown,
                $ZodTypeInternals<JSONLiteral, unknown>,
            >;
            name: ZodString;
            type: ZodLiteral<"tool_use">;
        },
        $strip,
    > = ...

    The schema for an Anthropic tool call, this is what a message that calls a tool looks like