App
Endpoints Type:
Requesting Chat Interface Entry Point
Entry
self.session.app.chatEndpoint Specification
def invoke(
self,
app_id: str,
inputs: dict,
response_mode: Literal["streaming", "blocking"],
conversation_id: str,
files: list,
) -> Generator[dict, None, None] | dict:
passExample
Entry
Endpoint Specification
Requesting Completion Endpoint
Entry
Last updated