Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/coderaidershaun/rust-auto-gippity-full-code
/ APIChoice
Class
APIChoice
src/models/general/llm.rs:22–24 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
20
21
#[derive(Debug, Deserialize)]
22
pub struct APIChoice {
23
pub message: APIMessage,
24
}
25
26
#[derive(Debug, Deserialize)]
27
pub struct APIResponse {
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected