import { ThreadCreateAndRunParams } from "https://deno.land/x/openai@v4.69.0/resources/beta/threads/mod.ts";
Interfaces
If no thread is provided, an empty thread will be created. | |
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
| |
A set of resources that are used by the assistant's tools. The resources are
specific to the type of tool. For example, the | |
Controls for how a thread will be truncated prior to the run. Use this to control the intial context window of the run. |
import { type ThreadCreateAndRunParams } from "https://deno.land/x/openai@v4.69.0/resources/beta/threads/mod.ts";