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

Enum AnthropicContent

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

Source from the content-addressed store, hash-verified

263#[derive(Debug, Serialize)]
264#[serde(tag = "type")]
265enum AnthropicContent {
266 #[serde(rename = "text")]
267 Text { text: String },
268}
269
270#[derive(Debug, Serialize)]
271#[serde(tag = "type")]

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected