import { ThreadCreateAndRunParams } from "https://deno.land/x/openai@v4.52.1/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
| |
The default strategy. This strategy currently uses a | |
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.52.1/resources/beta/threads/mod.ts";