Documentation
¶
Index ¶
Constants ¶
View Source
const (
ModelNotSetError = "model not set"
)
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FiberMessageFormatter ¶
type FiberMessageFormatter struct {
// contains filtered or unexported fields
}
func NewFiberMessageFormatter ¶
func NewFiberMessageFormatter(cfg FiberMessageFormatterConfig) *FiberMessageFormatter
type FiberMessageFormatterConfig ¶
type FiberMessageFormatterConfig struct {
MessageTemplatePath string
}
type MessageData ¶
type OllamaLlmService ¶
type OllamaLlmService struct {
// contains filtered or unexported fields
}
func NewOllamaLlmService ¶
func NewOllamaLlmService(log outbound.Log) (*OllamaLlmService, error)
func (*OllamaLlmService) ListModels ¶
func (s *OllamaLlmService) ListModels() ([]string, error)
func (*OllamaLlmService) SendMessage ¶
func (s *OllamaLlmService) SendMessage(prompt string, context []string, resHandler outbound.ResponseHandler) error
func (*OllamaLlmService) SetModel ¶
func (s *OllamaLlmService) SetModel(model string) error
type SendFiberWebsocketMessage ¶
type SendFiberWebsocketMessage struct {
// contains filtered or unexported fields
}
func NewSendFiberWebsocketMessage ¶
func NewSendFiberWebsocketMessage(cfg SendFiberWebsocketMessageConfig) *SendFiberWebsocketMessage
func (*SendFiberWebsocketMessage) SendMessage ¶
func (s *SendFiberWebsocketMessage) SendMessage(message string, connection interface{}) error
type ZapLogger ¶
type ZapLogger struct {
// contains filtered or unexported fields
}
func NewZapLogger ¶
func NewZapLogger(cfg ZapLoggerConfig) *ZapLogger
type ZapLoggerConfig ¶
type ZapLoggerConfig struct {
Debug bool
}
Click to show internal directories.
Click to hide internal directories.