Arize Phoenix TS
    Preparing search index...
    anthropicToolResultBlockSchema: ZodObject<
        {
            content: ZodUnion<
                readonly [
                    ZodString,
                    ZodArray<
                        ZodUnion<
                            readonly [
                                ZodObject<{ text: ZodString; type: ZodLiteral<"text"> }, $strip>,
                                ZodObject<
                                    {
                                        source: ZodObject<
                                            { data: ...; media_type: ...; type: ... },
                                            $strip,
                                        >;
                                        type: ZodLiteral<"image">;
                                    },
                                    $strip,
                                >,
                            ],
                        >,
                    >,
                ],
            >;
            is_error: ZodOptional<ZodBoolean>;
            tool_use_id: ZodString;
            type: ZodLiteral<"tool_result">;
        },
        $strip,
    > = ...