MCPcopy Create free account
hub / github.com/bitswired/rustgpt / Chat

Class Chat

src/data/model.rs:14–18  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

12
13#[derive(Debug, Serialize, Deserialize)]
14pub struct Chat {
15 pub id: i64,
16 pub name: String,
17 pub user_id: i64,
18}
19
20#[derive(Debug, Serialize, Deserialize, FromRow, Clone)]
21pub struct ChatMessagePair {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected