Deprecated
- please use ParsingToolFunction instead.
import { ParsingFunction } from "https://deno.land/x/openai@v4.41.1/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
ParsingFunction(input: RunnableFunctionWithParse<Args>)