UNPKG

@arizeai/phoenix-client

Version:
11 lines 352 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.isPromptToolRaw = isPromptToolRaw; exports.isPromptToolFunction = isPromptToolFunction; function isPromptToolRaw(tool) { return tool.type === "raw"; } function isPromptToolFunction(tool) { return tool.type === "function"; } //# sourceMappingURL=prompts.js.map