MCPcopy Create free account
hub / github.com/YougLin-dev/amp-server / MessageContentData

Enum MessageContentData

api/src/user/internal.rs:53–56  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

51#[derive(Debug, Serialize, Deserialize)]
52#[serde(untagged)]
53pub enum MessageContentData {
54 Text { text: String },
55 Thinking { thinking: String, signature: String },
56}
57
58#[derive(Debug, Serialize, Deserialize)]
59pub struct UserState {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected