Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ResolveThinkingEffort ¶
Types ¶
type Model ¶
type Model struct {
ID string `yaml:"id"`
Name string `yaml:"name"`
ContextWindow int `yaml:"context_window"`
ThinkingEfforts []string `yaml:"thinking_efforts"`
}
func (Model) SupportsThinkingEffort ¶
type Registry ¶
type Registry struct {
Providers []Provider `yaml:"providers"`
}
func (*Registry) GetModelContextWindow ¶
Click to show internal directories.
Click to hide internal directories.