Skip to content

Commit aa7c574

Browse files
committed
Merge branch 'pr-120' of github.com:yczhang-nv/AgentIQ into pr-120
Signed-off-by: Yuchen Zhang <[email protected]>
2 parents 10961c9 + 08500b7 commit aa7c574

File tree

2 files changed

+149
-11
lines changed

2 files changed

+149
-11
lines changed

examples/profiler_agent/README.md

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ limitations under the License.
1717

1818
# AIQ Profiler Agent
1919

20-
You can talk to the traces generated by AIQ Toolkit workflows using this profiler agent example.
20+
This example show how to analyze traces generated by an AIQ Toolkit workflow using a profiler agent.
2121

2222

2323
## Installation and Setup
@@ -62,16 +62,11 @@ aiq run --config_file examples/simple_calculator/configs/config-tracing.yml --in
6262
4. Launch the AIQ Toolkit User Interface by using the instructions in the [Using AIQ Toolkit UI and Server](../../docs/source/guides/using-aiqtoolkit-ui-and-server.md) guide.
6363

6464
5. Query the agent with natural language via the UI:
65-
```
66-
"Show me the token usage of last run"
67-
```
68-
69-
![Sample Response](../../docs/source/_static/profiler-agent.png "Sample Response UI Image")
70-
71-
More examples:
7265
```
7366
"Show me flowchart of last 3 runs"
67+
"Show me the token usage of last run"
7468
"Analyze the last 2 runs"
69+
7570
```
7671

7772
## Features

0 commit comments

Comments
 (0)