Files
agent-framework/python/packages/ollama
T
Giles Odigwe acf24ea2e4 Stabilize Ollama tool call integration tests with no-arg function
Use a no-argument greet() function instead of hello_world(arg1) for
integration tests. The 1.5B model in CI is unreliable at generating
correct tool call arguments, causing 'Argument parsing failed' errors.
A no-arg function eliminates this flakiness entirely.

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
acf24ea2e4 ยท 2026-04-30 00:36:09 -07:00
History
..

Get Started with Microsoft Agent Framework Ollama

Please install this package as the extra for agent-framework:

pip install agent-framework-ollama --pre

and see the README for more information.

Run samples with the Ollama Conector

You can find samples how to run the connector in the Ollama provider samples.