UNPKG

@arizeai/phoenix-client

Version:
7 lines 193 B
export function isPromptToolRaw(tool) { return tool.type === "raw"; } export function isPromptToolFunction(tool) { return tool.type === "function"; } //# sourceMappingURL=prompts.js.map