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

Method text

crates/opencode-provider/src/bedrock.rs:421–425  ·  view source on GitHub ↗
(t: &str)

Source from the content-addressed store, hash-verified

419
420impl BedrockContentBlock {
421 fn text(t: &str) -> Self {
422 Self {
423 text: t.to_string(),
424 }
425 }
426}
427
428#[derive(Debug, Serialize)]

Callers 2

chatMethod · 0.45
chat_streamMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected