MCPcopy Create free account
hub / github.com/ChrisFeldmeier/OpenCodeRust / AnthropicConfig

Class AnthropicConfig

crates/opencode-provider/src/anthropic.rs:14–17  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

12
13#[derive(Debug, Clone)]
14pub struct AnthropicConfig {
15 pub api_key: String,
16 pub base_url: Option<String>,
17}
18
19#[derive(Debug)]
20pub struct AnthropicProvider {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected