import { ParsingToolFunction } from "https://deno.land/x/openai@v4.21.0/resources/beta/chat/completions.ts";
This is helper class for passing a function
and parse
where the function
argument type matches the parse
return type.
Constructors
new
ParsingToolFunction(input: RunnableFunctionWithParse<Args>)Properties
function: RunnableFunctionWithParse<Args>