fix(api/services/app_generate_service.py): Remove wrong type hints. (#6535)
This commit is contained in:
@@ -21,7 +21,7 @@ class AppGenerateService:
|
||||
args: Any,
|
||||
invoke_from: InvokeFrom,
|
||||
streaming: bool = True,
|
||||
) -> Union[dict, Generator[dict, None, None]]:
|
||||
):
|
||||
"""
|
||||
App Content Generate
|
||||
:param app_model: app model
|
||||
|
Reference in New Issue
Block a user