Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/evilsocket/cake
/ ChatMessage
Class
ChatMessage
cake-cli/src/chat.rs:26–29 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
24
25
#[derive(Clone, Serialize)]
26
struct ChatMessage {
27
role: String,
28
content: String,
29
}
30
31
#[derive(PartialEq, Clone, Copy)]
32
enum Tab {
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected