outbound

package
v0.1.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Dec 7, 2023 License: MIT Imports: 13 Imported by: 0

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 (*FiberMessageFormatter) Format

func (f *FiberMessageFormatter) Format(message models.Message) (string, error)

type FiberMessageFormatterConfig

type FiberMessageFormatterConfig struct {
	MessageTemplatePath string
}

type MessageData

type MessageData struct {
	Author    string
	Text      string
	MessageId string
}

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 (*SendFiberWebsocketMessage) SendMessage

func (s *SendFiberWebsocketMessage) SendMessage(message string, connection interface{}) error

type SendFiberWebsocketMessageConfig

type SendFiberWebsocketMessageConfig struct {
	// dependencies
	Log outbound.Log
}

type ZapLogger

type ZapLogger struct {
	// contains filtered or unexported fields
}

func NewZapLogger

func NewZapLogger(cfg ZapLoggerConfig) *ZapLogger

func (*ZapLogger) Debug

func (z *ZapLogger) Debug(msg string, fields ...outbound.LogField)

func (*ZapLogger) Error

func (z *ZapLogger) Error(msg string, fields ...outbound.LogField)

func (*ZapLogger) Info

func (z *ZapLogger) Info(msg string, fields ...outbound.LogField)

type ZapLoggerConfig

type ZapLoggerConfig struct {
	Debug bool
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL