Class InvalidOutputParamsException

All Implemented Interfaces:
Serializable

public final class InvalidOutputParamsException extends PromptExecutionException
Exception thrown when executing a prompt query and the query produces unexpected output that does not match the expected output format, e.g. because the response from the AI service was malformed or incomplete.
Since:
8.5.0
See Also: