UNPKG

regent-ai

Version:

An AI multi-agent orchestration framework

4 lines 318 B
import { GetChatCompletionArgs } from "../types"; import { ChatCompletion } from "openai/resources/index.mjs"; export declare function getChatCompletion({ messages, model, tools, max_tokens, temperature, tool_choice, }: GetChatCompletionArgs): Promise<ChatCompletion>; //# sourceMappingURL=ChatCompletionUtils.d.ts.map