mirror of
https://github.com/cpacker/MemGPT.git
synced 2025-06-03 04:30:22 +00:00
fix(openapi): OpenAPI schema validation UNEVALUATED PROPERTY must NOT have unevaluated properties
This commit is contained in:
parent
8cb344ca8c
commit
23c756b55d
@ -28,7 +28,6 @@ services:
|
||||
- "8083:8083"
|
||||
- "8283:8283"
|
||||
environment:
|
||||
- SERPAPI_API_KEY=${SERPAPI_API_KEY}
|
||||
- LETTA_PG_DB=${LETTA_PG_DB:-letta}
|
||||
- LETTA_PG_USER=${LETTA_PG_USER:-letta}
|
||||
- LETTA_PG_PASSWORD=${LETTA_PG_PASSWORD:-letta}
|
||||
|
@ -30,9 +30,7 @@ logger = get_logger(__name__)
|
||||
responses={
|
||||
200: {
|
||||
"description": "Successful response",
|
||||
"content": {
|
||||
"text/event-stream": {"description": "Server-Sent Events stream"},
|
||||
},
|
||||
"content": {"text/event-stream": {}},
|
||||
}
|
||||
},
|
||||
)
|
||||
|
@ -669,9 +669,7 @@ async def send_message(
|
||||
responses={
|
||||
200: {
|
||||
"description": "Successful response",
|
||||
"content": {
|
||||
"text/event-stream": {"description": "Server-Sent Events stream"},
|
||||
},
|
||||
"content": {"text/event-stream": {}},
|
||||
}
|
||||
},
|
||||
)
|
||||
|
@ -26,9 +26,7 @@ logger = get_logger(__name__)
|
||||
responses={
|
||||
200: {
|
||||
"description": "Successful response",
|
||||
"content": {
|
||||
"text/event-stream": {"description": "Server-Sent Events stream"},
|
||||
},
|
||||
"content": {"text/event-stream": {}},
|
||||
}
|
||||
},
|
||||
)
|
||||
|
Loading…
Reference in New Issue
Block a user