Commit 47938d5
committed
[AiBundle] Display tool JSON schema in profiler Platform Calls
Previously, the profiler only showed tool names in Platform Calls > Options > tools.
This made it difficult to debug dynamically enriched tools since the actual
JSON schema sent to the API was not visible.
This change:
- Displays tool JSON schema using dump() for interactive exploration
- Adds a "Copy JSON Schema" button to copy the schema to clipboard1 parent cc7b3f8 commit 47938d5
1 file changed
+7
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
143 | 143 | | |
144 | 144 | | |
145 | 145 | | |
146 | | - | |
| 146 | + | |
| 147 | + | |
| 148 | + | |
| 149 | + | |
| 150 | + | |
| 151 | + | |
| 152 | + | |
147 | 153 | | |
148 | 154 | | |
149 | 155 | | |
| |||
0 commit comments