MCPcopy Create free account
hub / github.com/calebwin/pgclaw / Message

Class Message

src/http.rs:11–14  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

9
10#[derive(Debug, Serialize, Deserialize, Clone)]
11pub struct Message {
12 pub role: String,
13 pub content: String,
14}
15
16// ── Tokio runtime for async-to-sync bridge ───────────────────────────
17

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected