"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.convoAnthropicOutputType = exports.convoAnthropicInputType = void 0;
exports.convoAnthropicInputType = 'AnthropicInput';
exports.convoAnthropicOutputType = 'AnthropicOutput';