models

package
v1.1.3 Latest Latest
Warning

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

Go to latest
Published: May 12, 2025 License: MIT Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type ChatMessage

type ChatMessage struct {
	Role      string
	Content   string
	Timestamp time.Time
}

ChatMessage represents a message in the chat history

type ToolCall

type ToolCall struct {
	Name      string
	Arguments map[string]interface{}
	Response  string
}

ToolCall represents a tool call made by the LLM

Jump to

Keyboard shortcuts

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