fix
This commit is contained in:
@@ -9840,8 +9840,6 @@ You are 'The Legion', a super AI of the Wula Empire. Your personality is authori
|
|||||||
|
|
||||||
int maxTools = MaxToolsPerPhase(phase);
|
int maxTools = MaxToolsPerPhase(phase);
|
||||||
|
|
||||||
var historyToolResults = new List<(string id, string content)>();
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
var callsToExecute = toolCalls.Count > maxTools ? toolCalls.GetRange(0, maxTools) : toolCalls;
|
var callsToExecute = toolCalls.Count > maxTools ? toolCalls.GetRange(0, maxTools) : toolCalls;
|
||||||
@@ -10765,8 +10763,6 @@ private async Task<PhaseExecutionResult> ExecuteJsonToolsForPhase(string json, R
|
|||||||
|
|
||||||
int maxTools = MaxToolsPerPhase(phase);
|
int maxTools = MaxToolsPerPhase(phase);
|
||||||
|
|
||||||
var historyToolResults = new List<(string id, string content)>();
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
int executed = 0;
|
int executed = 0;
|
||||||
|
|||||||
Reference in New Issue
Block a user