MCPcopy Create free account
hub / github.com/evilsocket/cake / Choice

Class Choice

cake-core/src/cake/sharding/api/text.rs:31–35  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

29
30#[derive(Serialize)]
31struct Choice {
32 pub index: usize,
33 pub message: Message,
34 pub finish_reason: String,
35}
36
37#[derive(Serialize)]
38struct ChatResponse {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected