Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ErrBindingError = errors.New("BINDING_ERROR")
View Source
var ErrNotFound = errors.New("Not Found")
Functions ¶
This section is empty.
Types ¶
type Provider ¶
type Provider struct { CliProvider apiInterface.OpenAIClientProvider PromptSet pt.PromptSet }
func NewProvider ¶
func NewProvider(prov apiInterface.OpenAIClientProvider, paths []string) *Provider
func (*Provider) AbilityHandler ¶
func (*Provider) AbilityStreamHandler ¶
func (*Provider) AbilityVarHandler ¶
func (*Provider) AppendRouter ¶
func (p *Provider) AppendRouter(group *gin.RouterGroup)
Click to show internal directories.
Click to hide internal directories.