Files
letta-code/src/tools/schemas/KillBash.json
2025-10-24 21:19:24 -07:00

13 lines
267 B
JSON

{
"type": "object",
"properties": {
"shell_id": {
"type": "string",
"description": "The ID of the shell to terminate"
}
},
"required": ["shell_id"],
"additionalProperties": false,
"$schema": "http://json-schema.org/draft-07/schema#"
}