import { AssistantCreateParams } from "https://deno.land/x/openai@v4.52.1/resources/beta/mod.ts";
const { ToolResources } = AssistantCreateParams;
Interfaces
The default strategy. This strategy currently uses a | |
import { type AssistantCreateParams } from "https://deno.land/x/openai@v4.52.1/resources/beta/mod.ts";
const { ToolResources } = AssistantCreateParams;
A set of resources that are used by the assistant's tools. The resources are
specific to the type of tool. For example, the code_interpreter
tool requires
a list of file IDs, while the file_search
tool requires a list of vector store
IDs.
Properties
optional
code_interpreter: ToolResources.CodeInterpreteroptional
file_search: ToolResources.FileSearch