Commit 0982329
committed
feature #1105 [AI Bundle] Display tool JSON schema in profiler Platform Calls (camilleislasse)
This PR was merged into the main branch.
Discussion
----------
[AI Bundle] Display tool JSON schema in profiler Platform Calls
| Q | A
| ------------- | ---
| Bug fix? | no
| New feature? | no
| Docs? | no
| Issues | no
| License | MIT
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" button to copy the schema to clipboard
<img width="777" height="628" alt="Capture d’écran 2025-12-10 à 20 44 30" src="https://github.com/user-attachments/assets/29a54de1-682a-47b9-8c52-44c614ef0ffe" />
Commits
-------
47938d5 [AiBundle] Display tool JSON schema in profiler Platform Calls1 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