Local_Model / tools_manifest.json
automajicly's picture
Upload 5 files
f8bc565 verified
raw
history blame contribute delete
218 Bytes
{
"tools": [
{
"name": "write_file",
"description": "Writes text content to a file on the local system",
"input": {
"filename": "string",
"content": "string"
}
}
]
}