update
This commit is contained in:
@@ -77,8 +77,7 @@ sequenceDiagram
|
||||
alt Tool calls exist
|
||||
Note over AgentLoop: 4. Execute Tools
|
||||
|
||||
alt Tool execution mode == SEQUENTIAL
|
||||
or has_sequential_tool_call
|
||||
alt SEQUENTIAL or has_sequential_tool_call
|
||||
AgentLoop->>AgentLoop: executeToolCallsSequential(...)
|
||||
activate AgentLoop
|
||||
|
||||
@@ -148,7 +147,7 @@ sequenceDiagram
|
||||
AgentLoop->>AgentLoop: return ExecutedToolCallBatch
|
||||
deactivate AgentLoop
|
||||
activate AgentLoop
|
||||
else Tool execution mode == PARALLEL
|
||||
else PARALLEL
|
||||
AgentLoop->>AgentLoop: executeToolCallsParallel(...)
|
||||
activate AgentLoop
|
||||
|
||||
|
||||
Reference in New Issue
Block a user