Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Channel ¶
type Channel struct { Key string `json:"key"` TestModel []string `json:"test_model"` URL string `json:"url"` Type ChannelType `json:"type"` }
type ChannelType ¶
type ChannelType int
Channel represents a minimal channel structure
const ( ChannelTypeGemini ChannelType = iota ChannelTypeOpenAI )
type Message ¶
type Message struct { Role string `json:"role"` Content json.RawMessage `json:"content"` }
Message represents a chat message
type TestResult ¶
TestResult represents a test result
Click to show internal directories.
Click to hide internal directories.