mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-12-17 21:59:49 +00:00
openapi in readthedocs
This commit is contained in:
parent
dbd4b9ecce
commit
3a40a2b483
3 changed files with 41 additions and 41 deletions
|
|
@ -443,7 +443,7 @@ class Generator:
|
|||
"PostTraining",
|
||||
"BatchInference",
|
||||
]:
|
||||
op.defining_class.__name__ = f"(Coming Soon) {op.defining_class.__name__}"
|
||||
op.defining_class.__name__ = f"{op.defining_class.__name__} (Coming Soon)"
|
||||
print(op.defining_class.__name__)
|
||||
|
||||
doc_string = parse_type(op.func_ref)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue