mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-06-28 02:53:30 +00:00
Update OpenAPI generator for POST requests
This commit is contained in:
parent
01d971bda6
commit
0167953d2d
3 changed files with 456 additions and 328 deletions
|
@ -264,7 +264,7 @@ def get_endpoint_operations(
|
|||
else:
|
||||
inner_type = param_type
|
||||
|
||||
if (
|
||||
if prefix == "get" and (
|
||||
inner_type is bool
|
||||
or inner_type is int
|
||||
or inner_type is float
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue