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

x/openai_deno/src/types/search.ts>SearchArgs

OpenAI API wrapper for deno.
Latest
interface SearchArgs
import { type SearchArgs } from "https://deno.land/x/openai_deno@v0.9.8/src/types/search.ts";

Properties

optional
documents: string[]
optional
file: string
query: string
optional
maxRerank: number
optional
returnMetadata: boolean