fix: properly limit runs query (#6357)
* letta * tweak * cancellation to 100 * openapi changes
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user