RoboServant/textgen/tools.json
2025-09-30 12:01:44 -05:00

12 lines
227 B
JSON

{
"tools" : [
{
"type": "function",
"function": {
"name": "get_weather",
"description": "Get the weather where the user lives"
}
}
]
}