* chore: tidy imports * Update python/packages/azurefunctions/agent_framework_azurefunctions/_errors.py Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * Update python/packages/azurefunctions/agent_framework_azurefunctions/_callbacks.py Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * chore: revert stub file change * chore: trigger pre-commit hook, re-add `annotations` import --------- Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
* samples: add api_key for Ollama sample usage * Update python/samples/getting_started/agents/ollama/ollama_with_openai_chat_client.py Co-authored-by: Dmytro Struk <13853051+dmytrostruk@users.noreply.github.com> * fix: update Ollama API key to an unused constant --------- Co-authored-by: Dmytro Struk <13853051+dmytrostruk@users.noreply.github.com>
* ollama + azureai openapi samples fix * small fix
* Added Ollama example using OpenAIChatClient * Small improvement