interface BYOKeys {
    anthropic?: string;
    google?: string;
    openai?: string;
}

Properties

anthropic?: string
google?: string
openai?: string