Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/openai/helpers/zod.ts

Deno build of the official Typescript library for the OpenAI API.
Extremely Popular
Latest
import * as openai from "https://deno.land/x/openai@v4.66.1/helpers/zod.ts";

Functions

Creates a chat completion function tool that can be invoked automatically by the chat completion .runTools() method or automatically parsed by .parse() / .stream().

Creates a chat completion JSONSchema response format object from the given Zod schema.