Uses of Interface
de.espirit.firstspirit.ai.dto.ResponseFormat
Packages that use ResponseFormat
-
Uses of ResponseFormat in de.espirit.firstspirit.ai.dto
Subinterfaces of ResponseFormat in de.espirit.firstspirit.ai.dtoModifier and TypeInterfaceDescriptioninterfaceDefinition of a structured output format for aRequest.Methods in de.espirit.firstspirit.ai.dto that return types with arguments of type ResponseFormatModifier and TypeMethodDescription@NotNull Optional<ResponseFormat>Request.getResponseFormat()Returns information about the requested response format.Methods in de.espirit.firstspirit.ai.dto with parameters of type ResponseFormatModifier and TypeMethodDescription@NotNull Request.BuilderRequest.Builder.responseFormat(@NotNull ResponseFormat responseFormat) Configures the expected response format for the request.