import { ThreadCreateAndRunStreamParams } from "https://deno.land/x/openai@v4.38.5/resources/beta/threads/threads.ts";
const { ToolResources } = ThreadCreateAndRunStreamParams.Thread;
import { type ThreadCreateAndRunStreamParams } from "https://deno.land/x/openai@v4.38.5/resources/beta/threads/threads.ts";
const { ToolResources } = ThreadCreateAndRunStreamParams.Thread;
A set of resources that are made available to the assistant's tools in this
thread. 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.