Documentation
¶
Index ¶
- func AvailableModels(ctx context.Context, options *Options) (map[string]bool, error)
- func IsAnthropic(id string) bool
- func IsGoogle(id string) bool
- func IsOpenAI(id string) bool
- func LookupPath(tool, fallback string) string
- func Models(ctx context.Context, options *Options, modelOpts *ModelOptions) ([]string, error)
- type ModelFilter
- type ModelKind
- type ModelOptions
- type Options
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func AvailableModels ¶
func IsAnthropic ¶
func LookupPath ¶ added in v0.8.3
Types ¶
type ModelFilter ¶
type ModelOptions ¶
type ModelOptions struct {
Kind ModelKind
Filter ModelFilter
}
Click to show internal directories.
Click to hide internal directories.