Skip to content

Commit 1d8dda5

Browse files
committed
rollback readme
Signed-off-by: Yuchen Zhang <[email protected]>
1 parent aa7c574 commit 1d8dda5

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

examples/profiler_agent/README.md

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

1818
# AIQ Profiler Agent
1919

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

2222

2323
## Installation and Setup
@@ -62,11 +62,16 @@ 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:
6572
```
6673
"Show me flowchart of last 3 runs"
67-
"Show me the token usage of last run"
6874
"Analyze the last 2 runs"
69-
7075
```
7176

7277
## Features

0 commit comments

Comments
 (0)