You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This development consists of checking the value of activating the parallelToolCalls option of the OpenAiStreamingChatModel class. It could be useful when the user is asking the following question:
Add a dog for Betty Davis. His name is Moopsie. His birthday is on 2 October 2024.
Before calling the tool addPetToOwner, the LLM has to call 2 others tools: getAllOwners and populatePetTypes
The text was updated successfully, but these errors were encountered:
This development consists of checking the value of activating the
parallelToolCalls
option of theOpenAiStreamingChatModel
class. It could be useful when the user is asking the following question:Before calling the tool
addPetToOwner
, the LLM has to call 2 others tools:getAllOwners
andpopulatePetTypes
The text was updated successfully, but these errors were encountered: