Class WatsonxChatRequestParameters
java.lang.Object
dev.langchain4j.model.chat.request.DefaultChatRequestParameters
dev.langchain4j.model.watsonx.WatsonxChatRequestParameters
- All Implemented Interfaces:
ChatRequestParameters
-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Method Summary
Methods inherited from class DefaultChatRequestParameters
equals, frequencyPenalty, hashCode, maxOutputTokens, modelName, presencePenalty, responseFormat, stopSequences, temperature, toolChoice, toolSpecifications, topK, topP, toString
-
Field Details
-
EMPTY
-
-
Method Details
-
projectId
-
spaceId
-
logitBias
-
logprobs
-
topLogprobs
-
seed
-
toolChoiceName
-
timeout
-
thinking
public com.ibm.watsonx.ai.chat.model.Thinking thinking() -
guidedChoice
-
guidedRegex
-
guidedGrammar
-
repetitionPenalty
-
lengthPenalty
-
builder
-
overrideWith
- Specified by:
overrideWithin interfaceChatRequestParameters- Overrides:
overrideWithin classDefaultChatRequestParameters
-
defaultedBy
- Specified by:
defaultedByin interfaceChatRequestParameters- Overrides:
defaultedByin classDefaultChatRequestParameters
-