AppQueryRequest
- inputsType: object · Inputsrequired
The list of inputs on the app to process. Usually in the form of JSON object like {'<variable_name>': '<value>'}. The variable name should be the same as the variable name in the app.
- fileType: array string[] | null · File Uuids nullable
_uuids The list of file uuids to process
- modelType: string · Model nullable
The AI model to use for processing. Please use the unique name of the model, not the display name
- streamType: boolean · Stream
Whether to stream the response