"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.phoenixToolCallSchema = void 0;
const messagePartSchemas_1 = require("./messagePartSchemas");
exports.phoenixToolCallSchema = messagePartSchemas_1.toolCallPartSchema;