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

Class AnthropicResponse

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

Source from the content-addressed store, hash-verified

297
298#[derive(Debug, Deserialize)]
299struct AnthropicResponse {
300 id: String,
301 model: String,
302 content: Vec<AnthropicResponseContent>,
303 usage: AnthropicResponseUsage,
304}
305
306#[derive(Debug, Deserialize)]
307struct AnthropicResponseContent {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected