eaglelandsonce commited on
Commit
3349d83
1 Parent(s): 458d448

Update crewai/tools/clarifai_tools.py

Browse files
Files changed (1) hide show
  1. crewai/tools/clarifai_tools.py +3 -4
crewai/tools/clarifai_tools.py CHANGED
@@ -34,12 +34,11 @@ class ClarifaiTools():
34
  def clarifai_image(prompt):
35
 
36
  """
37
- Searches for content based on the provided query using the Gemini model.
38
- Handles DeadlineExceeded exceptions from the Google API.
39
  Args:
40
- query (str): The search query.
41
  Returns:
42
- str: The response text from the Gemini model or an error message.
43
  """
44
 
45
  # Clarifai gRPC setup
 
34
  def clarifai_image(prompt):
35
 
36
  """
37
+ Draws images from prompts
 
38
  Args:
39
+ query (str): Prompt
40
  Returns:
41
+ str: Image
42
  """
43
 
44
  # Clarifai gRPC setup