File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed
Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change 44from agents .tools .terms import search_terms
55from agents .tools .animal import get_animal_by_tag
66from agents .tools .cvcc import get_cvcc_health_details
7- from agents .tools .farmer import get_farmer_by_mobile
7+ # from agents.tools.farmer import get_farmer_by_mobile
88
99TOOLS = [
1010 # # Search Terms
4040 require_parameter_descriptions = True ,
4141 ),
4242
43- # Get Farmer by Mobile Number
44- Tool (
45- get_farmer_by_mobile ,
46- takes_ctx = False ,
47- docstring_format = 'auto' ,
48- require_parameter_descriptions = True ,
49- ),
43+ # # Get Farmer by Mobile Number
44+ # Tool(
45+ # get_farmer_by_mobile,
46+ # takes_ctx=False,
47+ # docstring_format='auto',
48+ # require_parameter_descriptions=True,
49+ # ),
5050
5151 # # Search Videos
5252 # Tool(
You can’t perform that action at this time.
0 commit comments