mirror of
https://github.com/langgenius/dify.git
synced 2026-05-04 01:18:05 +08:00
feat: implement invoke app args
This commit is contained in:
@ -105,3 +105,4 @@ class RequestInvokeApp(BaseModel):
|
||||
conversation_id: Optional[str] = None
|
||||
user: Optional[str] = None
|
||||
files: list[dict] = Field(default_factory=list)
|
||||
stream: bool = Field(default=False)
|
||||
Reference in New Issue
Block a user