Files
letta-server/tests/test_tool_schema_parsing_files/simple_d20_so.json
2025-05-23 18:02:15 -07:00

12 lines
311 B
JSON

{
"name": "roll_d20",
"description": "This function generates a random integer between 1 and 20, inclusive,\nwhich represents the outcome of a single roll of a d20.",
"strict": true,
"parameters": {
"type": "object",
"properties": {},
"additionalProperties": false,
"required": []
}
}