Update crewai/tools/clarifai_tools.py
Browse files
crewai/tools/clarifai_tools.py
CHANGED
@@ -22,6 +22,7 @@ if not PAT:
|
|
22 |
import requests
|
23 |
from langchain.tools import tool
|
24 |
|
|
|
25 |
class ClarifaiTools():
|
26 |
@tool("Clarifai Image Tool")
|
27 |
def clarifai_image(prompt):
|
|
|
22 |
import requests
|
23 |
from langchain.tools import tool
|
24 |
|
25 |
+
|
26 |
class ClarifaiTools():
|
27 |
@tool("Clarifai Image Tool")
|
28 |
def clarifai_image(prompt):
|