Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var (
ErrInvalidUsage = errors.New("invalid usage")
)
Functions ¶
This section is empty.
Types ¶
type Arguments ¶ added in v0.2.0
type Arguments struct {
// Data
Data string
Headers []string
LogLevel slog.Level
LLMBaseURL string
LLMApiKey string
LLMName string
Silent bool
TransportArgs []string
// Actions
Help bool
Interactive bool
Msg string
Prompt string
Prompts bool
Resource string
Resources bool
Tool string
Tools bool
Version bool
HistoryFile string
LLMContextFile string
}
Click to show internal directories.
Click to hide internal directories.