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

Class AnthropicMessage

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

Source from the content-addressed store, hash-verified

256
257#[derive(Debug, Serialize)]
258struct AnthropicMessage {
259 role: String,
260 content: Vec<AnthropicContent>,
261}
262
263#[derive(Debug, Serialize)]
264#[serde(tag = "type")]

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected