Arize Phoenix TS
    Preparing search index...
    phoenixToolCallSchema: ZodObject<
        {
            tool_call: ZodObject<
                {
                    arguments: ZodString;
                    name: ZodString;
                    type: ZodLiteral<"function">;
                },
                $strip,
            >;
            tool_call_id: ZodString;
            type: ZodLiteral<"tool_call">;
        },
        $strip,
    > = toolCallPartSchema