Video yükleniyor...

Video Yüklenemedi

Ana Sayfaya Dön

"Vercel AI SDK - how do I get ai to interpret the tools response?" 👇

18,731 görüntüleme • 1 yıl önce •via X (Twitter)

7 Yorum

Kevin Wolf profil fotoğrafı
Kevin Wolf1 yıl önce

I usually just set up maxSteps to be infinity. Is it a bad practice?

Alex Sidorenko profil fotoğrafı
Alex Sidorenko1 yıl önce

Could lead to infinite loops according to the docs.

NICE profil fotoğrafı
NICE1 yıl önce

Stay competitive by balancing cutting-edge AI with automation tools. Forrester shows how.

Eka Prasetia 🤵 profil fotoğrafı
Eka Prasetia 🤵1 yıl önce

So, does it mean maxStep is required for Tool Calling?

Alex Sidorenko profil fotoğrafı
Alex Sidorenko1 yıl önce

Nope. If you just need the tool's call result (e.g., displaying the weather widget with data from the weather API), you can directly access it from message.toolInvocations (no need for maxSteps) It's when you need to feed the result of the tool invocation back to LLM for it to interpret and respond that's when you need maxStep

Tomas Jansson profil fotoğrafı
Tomas Jansson1 yıl önce

Why does it not work without maxSteps?

Alex Sidorenko profil fotoğrafı
Alex Sidorenko1 yıl önce

It does work, the tool gets called, and you have access to its result in your UI. But if you want to feed the tool's invocation result back to llm to get natural language response, you need more steps

Benzer Videolar