Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
Functions ¶
func NewApp ¶
func NewApp( configService config.Service, openAIClientFactory OpenAIClientFactory, modelPrompter SelectPrompter, apiKeyPrompter TextPrompter, outputWriter io.Writer, ) cli.Command
Types ¶
type OpenAIClient ¶
type OpenAIClientFactory ¶
type OpenAIClientFactory func(apiKey string) OpenAIClient
type SelectPrompter ¶
type TextPrompter ¶
Click to show internal directories.
Click to hide internal directories.