Uses of Interface
de.espirit.firstspirit.ai.dto.Response
Packages that use Response
-
Uses of Response in de.espirit.firstspirit.ai
Methods in de.espirit.firstspirit.ai that return ResponseModifier and TypeMethodDescription@NotNull Response
GenerativeAIFunctionRequest.EvaluatedResponse.getResponse()
The response object returned by the generative AI.@NotNull Response
GenerativeAIFunctionRequest.EvaluatedResponseStream.getResponse()
The response object returned by the generative AI.@NotNull Response
Performs a non-streamed completions request.@NotNull Response
Performs a non-streamed request using the configured functions. -
Uses of Response in de.espirit.firstspirit.ai.dto
Methods in de.espirit.firstspirit.ai.dto that return ResponseModifier and TypeMethodDescription@NotNull Response
Response.Builder.create()
Creates a new request instance based on the current configuration.Methods in de.espirit.firstspirit.ai.dto that return types with arguments of type ResponseModifier and TypeMethodDescriptionResponseStream.stream()
Creates aStream
for this iterator instance.Methods in de.espirit.firstspirit.ai.dto with parameters of type ResponseModifier and TypeMethodDescriptiondefault @NotNull Response.Builder
Configures the response using the specified other response.