Class ChatModelObservationContext.Builder
java.lang.Object
org.springframework.ai.chat.observation.ChatModelObservationContext.Builder
- Enclosing class:
- ChatModelObservationContext
-
Method Summary
Modifier and TypeMethodDescriptionbuild()
requestOptions
(ChatOptions requestOptions) Deprecated, for removal: This API element is subject to removal in a future version.ChatOptions are passed in the Prompt object and should not be set separately anymore.
-
Method Details
-
prompt
-
provider
-
requestOptions
@Deprecated(forRemoval=true) public ChatModelObservationContext.Builder requestOptions(ChatOptions requestOptions) Deprecated, for removal: This API element is subject to removal in a future version.ChatOptions are passed in the Prompt object and should not be set separately anymore. -
build
-