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
Is your feature request related to a problem? Please describe. OllamaPromptDriverdoes not support tool use with streaming. It should now that Ollama supports it.
The text was updated successfully, but these errors were encountered:
[12/26/24 12:21:17] INFO PromptTask ab7c81c6f16045fb9c393d96b9ab8d06
Input: What is (192 + 12) ^ 4
[12/26/24 12:21:19] INFO PromptTask ab7c81c6f16045fb9c393d96b9ab8d06
Output: To calculate this, I'll follow the order
of operations (PEMDAS):
1. Calculate the expression inside the
parentheses: 192 + 12 = 204
2. Raise 204 to the power of 4: 204 ^ 4 =
6,597,504
Is your feature request related to a problem? Please describe.
OllamaPromptDriver
does not support tool use with streaming. It should now that Ollama supports it.The text was updated successfully, but these errors were encountered: