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
feature #809 [Platform] add ollama toolcall support for streaming (Dominic-Wagner)
This PR was squashed before being merged into the main branch.
Discussion
----------
[Platform] add ollama toolcall support for streaming
| Q | A
| ------------- | ---
| Bug fix? | no
| New feature? | yes <!-- please update src/**/CHANGELOG.md files -->
| Docs? | no <!-- required for new features -->
| Issues | Fix#806 <!-- prefix each issue number with "Fix #", no need to create an issue if none exist, explain below instead -->
| License | MIT
This PR adds the processing of ToolCalls to the convertStream function within the OllamaResultConverter.
Currently, no processing of ToolCalls is done, and Tool Calls are handed to the StreamResult as a OIllamaMessageChunk instead of returning a ToolCallResult.
Commits
-------
6a9eb70 [Platform] add ollama toolcall support for streaming
0 commit comments