interface AnthropicAdapterConfig {
    apiKey: string;
    model?: string;
    baseURL?: string;
}

export type { AnthropicAdapterConfig };
