Documentation
¶
Overview ¶
Package errtypes contains custom error types
Index ¶
Constants ¶
View Source
const ( UnknownOllamaKeyErrMsg = "unknown ollama key" InvalidModelNameErrMsg = "invalid model name" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type UnknownOllamaKey ¶
type UnknownOllamaKey struct {
Key string
}
TODO: This should have a structured response from the API
func (*UnknownOllamaKey) Error ¶
func (e *UnknownOllamaKey) Error() string
Click to show internal directories.
Click to hide internal directories.