fix: type num of variable converted to str (#3758)
This commit is contained in:
parent
f257f2c396
commit
2ea8c73cd8
5 changed files with 17 additions and 47 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue