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
commit 2ea8c73cd8
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
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