mirror of
https://github.com/ollama/ollama-python.git
synced 2026-07-21 09:05:23 -04:00
Missing WebCrawlResponse / WebSearchResponse #300
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @erdemonal on GitHub (Sep 19, 2025).
I tried importing 'WebCrawlResponse' and 'WebSearchResponse' from ollama but got ImportError. I am using latest ollama-python. ImportError: cannot import name 'WebCrawlResponse' from 'ollama' Looks like these classes are not defined in the package. Are they planned, removed, or should docs/examples be updated?"
@ParthSareen commented on GitHub (Sep 23, 2025):
Hey! that's under development right now. Are you building off main?
@erdemonal commented on GitHub (Sep 25, 2025):
Yes, I am building off main.
@ParthSareen commented on GitHub (Sep 25, 2025):
0.6.0 just came out - should be working now!
@erdemonal commented on GitHub (Sep 26, 2025):
Yeah, I saw in Pypi. Everything works as expected now. Thanks!