fix: properly limit runs query (#6357)

* letta

* tweak

* cancellation to 100

* openapi changes
This commit is contained in:
Kian Jones
2025-11-24 17:23:30 -08:00
committed by Caren Thomas
parent ce2ca8660b
commit 939ba75e97
5 changed files with 13 additions and 8 deletions

View File

@@ -10782,7 +10782,8 @@
"anyOf": [
{
"type": "integer",
"maximum": 1000
"maximum": 1000,
"minimum": 1
},
{
"type": "null"
@@ -13722,7 +13723,8 @@
"anyOf": [
{
"type": "integer",
"maximum": 1000
"maximum": 1000,
"minimum": 1
},
{
"type": "null"