Skip to content

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

@lpy19930103

Description

@lpy19930103

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions