Reverse Invocation of Dify Services , APP Inconsistent documentation and code #72

Open
opened 2026-02-15 21:15:33 -05:00 by yindo · 0 comments
Owner

Originally created by @lpy19930103 on GitHub (Jan 5, 2026).

The document example is as follows:
def invoke(
self,
app_id: str,
inputs: dict,
response_mode: Literal["streaming", "blocking"],
conversation_id: str,
files: list,
) -> Generator[dict, None, None] | dict:
pass
There is a files parameter.

However, this parameter is not present in the 0.7.1 code.

Originally created by @lpy19930103 on GitHub (Jan 5, 2026). The document example is as follows: def invoke( self, app_id: str, inputs: dict, response_mode: Literal["streaming", "blocking"], conversation_id: str, files: list, ) -> Generator[dict, None, None] | dict: pass There is a files parameter. However, this parameter is not present in the 0.7.1 code.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langgenius/dify-plugin-sdks#72