D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
home
/
etb1lp46s9ed
/
washeet.softurecs.com
/
node_modules
/
openai
/
lib
/
Filename :
RunnableFunction.mjs
back
Copy
export function isRunnableFunctionWithParse(fn) { return typeof fn.parse === 'function'; } /** * This is helper class for passing a `function` and `parse` where the `function` * argument type matches the `parse` return type. */ export class ParsingToolFunction { constructor(input) { this.type = 'function'; this.function = input; } } //# sourceMappingURL=RunnableFunction.mjs.map