Add AI agent monitoring tutorial Part 1#3670
Conversation
* fix(requests): Improve shift-click selection in requests table - Prevents text selection when holding shift and clicking rows in the requests table by conditionally applying `select-none` CSS. - Cleans up variable usage for `selectMode` in `RequestsPage.tsx`. - Fixes an issue where the shift-key state could get stuck if the window lost focus while shift was held down. The `useShiftKeyPress` hook now resets the state on window blur. * datasets
…gent-monitoring-tutorial
Thanks for the feedback Juliette! Changes made, pls take a look if you get the chance to |
| // Create an array to store messages for this interaction | ||
| const messageHistory = [...messages, initialMessage]; | ||
|
|
||
| // Process each tool call |
There was a problem hiding this comment.
Should we fill out this function so the whole code runs?
There was a problem hiding this comment.
you mean like run in the article, or that the complete code be inserted?
…u-f/helicone into ai-agent-monitoring-tutorial
No description provided.