Skip to content

Commit d27041d

Browse files
Update _posts/2025-05-08-agentic-ai-with-quarkus-p3.adoc
Co-authored-by: Clement Escoffier <[email protected]>
1 parent bbf6d62 commit d27041d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_posts/2025-05-08-agentic-ai-with-quarkus-p3.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ In that example, each expert was implemented as a separate and independent LLM s
3333
curl http://localhost:8080/expert/request/I%20broke%20my%20leg%20what%20should%20I%20do
3434
----
3535

36-
shows the sequence of steps performed to fulfill the user request: first the relatively fast, less than 2 seconds, classification phase performed by the Router Agent, then the more expensive invocation of the selected expert service, taking almost 25 seconds to generate its answer.
36+
The resulting traces show the sequence of steps performed to fulfill the user request: first, the relatively fast, less than 2 seconds, classification phase conducted by the Router Agent, then the more expensive invocation of the selected expert service, which took almost 25 seconds to generate its answer.
3737

3838
[.text-center]
3939
.Tracing routing workflow pattern execution

0 commit comments

Comments
 (0)