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 ResponseGenerativeAIFunctionRequest.EvaluatedResponse.getResponse()The response object returned by the generative AI.@NotNull ResponseGenerativeAIFunctionRequest.EvaluatedResponseStream.getResponse()The response object returned by the generative AI.@NotNull ResponsePerforms a non-streamed completions request.@NotNull ResponsePerforms 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 ResponseResponse.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 aStreamfor this iterator instance.Methods in de.espirit.firstspirit.ai.dto with parameters of type ResponseModifier and TypeMethodDescriptiondefault @NotNull Response.BuilderConfigures the response using the specified other response.