UNPKG

jorel

Version:

A unified wrapper for working with LLMs from multiple providers, including streams, images, documents & automatic tool use.

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;