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

Class AzureProvider

crates/opencode-provider/src/azure.rs:19–23  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

17
18#[derive(Debug)]
19pub struct AzureProvider {
20 client: Client,
21 config: AzureConfig,
22 models: Vec<ModelInfo>,
23}
24
25impl AzureProvider {
26 pub fn new(api_key: impl Into<String>, endpoint: impl Into<String>) -> Self {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected