Class AssistantMessage.Builder
java.lang.Object
dev.langchain4j.model.openai.internal.chat.AssistantMessage.Builder
- Enclosing class:
AssistantMessage
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()customParameter(String key, Object value) customParameters(Map<String, Object> customParameters) functionCall(FunctionCall functionCall) Deprecated.reasoningContent(String reasoningContent)
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
content
-
reasoningContent
-
name
-
toolCalls
-
toolCalls
-
refusal
-
functionCall
Deprecated. -
customParameters
-
customParameter
-
build
-