Connect Gemini API to the internet (Function Calling Tutorial)

แชร์
ฝัง
  • เผยแพร่เมื่อ 5 ก.ย. 2024

ความคิดเห็น • 4

  • @user-td4pf6rr2t
    @user-td4pf6rr2t หลายเดือนก่อน

    The alert for when query to Gemini and not having access to information after cut off date - like error signal and the screen flashed red, Very cool idea. +1
    I would suggest using send_message instead of generate content with tool call and then using generate content at the end to enable break out loop.

    • @serpapi
      @serpapi  หลายเดือนก่อน

      Thank you very much! I'll look into your suggestion :)

  • @KashishVarshney-cr7iz
    @KashishVarshney-cr7iz 7 วันที่ผ่านมา

    this is not the correct approach what if query needs parallel function call? In this case, this code will fail execution

    • @serpapi
      @serpapi  3 วันที่ผ่านมา

      Thank you for your comment, feel free to share an implementation for parallel function calling.