Files
letta-server/tests/test_tool_schema_parsing_files/simple_d20.json
Kevin Lin 9951f73a7b feat: Add files into agent context window on file upload (#1852)
Co-authored-by: Caren Thomas <carenthomas@gmail.com>
Co-authored-by: Matt Zhou <mattzh1314@gmail.com>
2025-05-29 18:19:23 -07:00

10 lines
258 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.",
"parameters": {
"type": "object",
"properties": {},
"required": []
}
}