import { type RunStep } from "https://deno.land/x/openai@v4.69.0/resources/beta/threads/runs/mod.ts";
const { Usage } = RunStep;
Usage statistics related to the run step. This value will be null
while the
run step's status is in_progress
.
import { type RunStep } from "https://deno.land/x/openai@v4.69.0/resources/beta/threads/runs/mod.ts";
const { Usage } = RunStep;
Usage statistics related to the run step. This value will be null
while the
run step's status is in_progress
.