Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/openai/lib/chatCompletionUtils.ts>isToolMessage

Deno build of the official Typescript library for the OpenAI API.
Extremely Popular
Go to Latest
variable isToolMessage
import { isToolMessage } from "https://deno.land/x/openai@v4.47.1/lib/chatCompletionUtils.ts";

type

(message: ChatCompletionMessageParam | null | undefined) => message is ChatCompletionToolMessageParam