Private
Public Access
1
0

Renamed RequestParameters.ToolBag to Toolbox

This commit is contained in:
2024-06-23 19:10:03 +00:00
parent 8ddac2f820
commit 914d9ac0c1
6 changed files with 9 additions and 9 deletions

View File

@@ -279,7 +279,7 @@ func (m *Model) promptLLM() tea.Cmd {
agent := m.Shared.Ctx.GetAgent(m.Shared.Ctx.Config.Defaults.Agent)
if agent != nil {
params.ToolBag = agent.Toolbox
params.Toolbox = agent.Toolbox
}
ctx, cancel := context.WithCancel(context.Background())