Class AnthropicCreateMessageOptions
java.lang.Object
dev.langchain4j.model.anthropic.internal.client.AnthropicCreateMessageOptions
- Since:
- 1.2.0
-
Constructor Summary
ConstructorsConstructorDescriptionAnthropicCreateMessageOptions(boolean returnThinking) AnthropicCreateMessageOptions(boolean returnThinking, boolean returnServerToolResults) -
Method Summary
-
Constructor Details
-
AnthropicCreateMessageOptions
public AnthropicCreateMessageOptions(boolean returnThinking) -
AnthropicCreateMessageOptions
public AnthropicCreateMessageOptions(boolean returnThinking, boolean returnServerToolResults)
-
-
Method Details
-
returnThinking
public boolean returnThinking() -
returnServerToolResults
public boolean returnServerToolResults()
-