messages

package
v0.0.3 Latest Latest
Warning

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

Go to latest
Published: Dec 14, 2025 License: MIT Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func ConvertToOpenAIMessage

func ConvertToOpenAIMessage(message Message) openai.ChatCompletionMessageParamUnion

ConvertToOpenAIMessage converts a single message to OpenAI format

func ConvertToOpenAIMessages

func ConvertToOpenAIMessages(messages []Message) []openai.ChatCompletionMessageParamUnion

ConvertToOpenAIMessages converts simplified messages to OpenAI format

Types

type Message

type Message struct {
	Role    roles.Role
	Content string
}

func ConvertFromOpenAIMessages

func ConvertFromOpenAIMessages(openaiMessages []openai.ChatCompletionMessageParamUnion) []Message

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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