Class InvalidOutputParamsException
java.lang.Object
java.lang.Throwable
java.lang.Exception
de.xima.fc.prompt.service.PromptExecutionException
de.xima.fc.prompt.service.InvalidOutputParamsException
- All Implemented Interfaces:
Serializable
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:
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionbuilder()Creates a new builder forInvalidOutputParamsException.Methods inherited from class Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Method Details
-
builder
Creates a new builder forInvalidOutputParamsException.- Returns:
- The new builder.
-