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.