Refactor toolbox and function handling to support synthetic fields and improve type definitions

This commit is contained in:
2025-04-12 02:20:40 -04:00
parent 2ae583e9f3
commit 3093b988f8
13 changed files with 288 additions and 160 deletions

View File

@@ -15,7 +15,7 @@ type Input interface {
type Request struct {
Conversation []Input
Messages []Message
Toolbox *ToolBox
Toolbox ToolBox
Temperature *float64
}