import { type ChatCompletionToolMessageParam } from "https://deno.land/x/openai@v4.69.0/resources/chat/mod.ts";
Properties
content: string | Array<ChatCompletionContentPartText>
The contents of the tool message.
import { type ChatCompletionToolMessageParam } from "https://deno.land/x/openai@v4.69.0/resources/chat/mod.ts";
The contents of the tool message.