UNPKG

alpha-ai-avatar-sdk-js

Version:
3 lines (2 loc) 186 B
import { ClaudeResponse, MessageParam } from './ClaudeAIClient'; export declare function createMessage(apiKey: string, model: string, messages: MessageParam[]): Promise<ClaudeResponse>;