Refactor toolbox and function handling to support synthetic fields and improve type definitions
This commit is contained in:
@@ -15,7 +15,7 @@ type Input interface {
|
||||
type Request struct {
|
||||
Conversation []Input
|
||||
Messages []Message
|
||||
Toolbox *ToolBox
|
||||
Toolbox ToolBox
|
||||
Temperature *float64
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user