Spaces:
Runtime error
Runtime error
eaglelandsonce
commited on
Commit
•
64d429b
1
Parent(s):
4ef3d37
Update crewai/tools/anthropic_tools.py
Browse files
crewai/tools/anthropic_tools.py
CHANGED
@@ -34,7 +34,7 @@ class AnthropicSearchTools:
|
|
34 |
messages=[
|
35 |
{"role": "user", "content": query}]
|
36 |
)
|
37 |
-
return
|
38 |
|
39 |
except Exception as e:
|
40 |
# Handle any exceptions here
|
|
|
34 |
messages=[
|
35 |
{"role": "user", "content": query}]
|
36 |
)
|
37 |
+
return response.content
|
38 |
|
39 |
except Exception as e:
|
40 |
# Handle any exceptions here
|