We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 176182e commit 55af8c6Copy full SHA for 55af8c6
frontend/src/components/thread/content/PlaybackControls.tsx
@@ -275,6 +275,7 @@ export const PlaybackControls = ({
275
if (currentChunk.isTool && currentIndex === 0) {
276
// For tool calls, check if they should be hidden during streaming
277
if (isToolInitialized) {
278
+ // TODO: better to change tool index by uniq tool id
279
setCurrentToolIndex((prev) => prev + 1);
280
} else {
281
setIsToolInitialized(true);
0 commit comments