UNPKG

jorel

Version:

The easiest way to use LLMs, including streams, images, documents, tools and various agent scenarios.

4 lines (3 loc) 243 B
import { ChatCompletionToolChoiceOption } from "groq-sdk/resources/chat/completions"; import { LlmToolChoice } from "../llm-core-provider"; export declare const toolChoiceToGroq: (toolChoice?: LlmToolChoice) => ChatCompletionToolChoiceOption;