update
This commit is contained in:
+1
-2
@@ -202,7 +202,6 @@ function _process_message(agent::yiemAgent)::assistantMessage
|
||||
push!(agent._state.messages, user_msg)
|
||||
end
|
||||
|
||||
|
||||
# call agent.prepareContext()
|
||||
preparedContext = agent.prepareContext(agent._state)
|
||||
|
||||
@@ -998,7 +997,7 @@ function executeToolCalls(
|
||||
hasSequential = false
|
||||
for tc in toolCalls
|
||||
for t in context.tools
|
||||
if t.name == tc.name && get(t.executionMode, "parallel") == "sequential"
|
||||
if t.name == tc.name && !t.parallelToolExecute
|
||||
hasSequential = true
|
||||
break
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user