Renamed RequestParameters.ToolBag to Toolbox
This commit is contained in:
@@ -35,7 +35,7 @@ func Prompt(ctx *lmcli.Context, messages []api.Message, callback func(api.Messag
|
||||
if agent.SystemPrompt != "" {
|
||||
system = agent.SystemPrompt
|
||||
}
|
||||
params.ToolBag = agent.Toolbox
|
||||
params.Toolbox = agent.Toolbox
|
||||
}
|
||||
|
||||
if system != "" {
|
||||
|
||||
Reference in New Issue
Block a user