fix: type num of variable converted to str (#3758)

This commit is contained in:
takatost
2024-04-24 15:07:56 +08:00
committed by GitHub
parent f257f2c396
commit 2ea8c73cd8
5 changed files with 17 additions and 47 deletions

View File

@@ -72,7 +72,7 @@ class AppGenerateEntity(BaseModel):
# app config
app_config: AppConfig
inputs: dict[str, str]
inputs: dict[str, Any]
files: list[FileVar] = []
user_id: str