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

Class MessageState

api/src/user/internal.rs:73–78  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

71
72#[derive(Debug, Serialize, Deserialize)]
73pub struct MessageState {
74 #[serde(rename = "type")]
75 pub state_type: String,
76 #[serde(rename = "stopReason")]
77 pub stop_reason: String,
78}
79
80#[derive(Debug, Serialize, Deserialize)]
81pub struct MessageUsage {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected