Is there any way using which I can see logs of tools using vercel ai sdk's st
Unanswered
Blanc de Hotot posted this in #help-forum
Blanc de HototOP
Is there any way using which I can see logs of tools using vercel ai sdk's streamText function?
3 Replies
@Blanc de Hotot Is there any way using which I can see logs of tools using vercel ai sdk's streamText function?
there is
<stream>.toolCalls which you can useor use
.stepsBlanc de HototOP
I got it in onStepFinish in ts library. @Yi Lon Ma Thanks