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