Class FunctionCallingOptionsBuilder.PortableFunctionCallingOptions
java.lang.Object
org.springframework.ai.model.function.FunctionCallingOptionsBuilder.PortableFunctionCallingOptions
- All Implemented Interfaces:
ChatOptions,FunctionCallingOptions,ModelOptions
- Enclosing class:
- FunctionCallingOptionsBuilder
@Deprecated(forRemoval=true,
since="1.0.0-M5")
public static class FunctionCallingOptionsBuilder.PortableFunctionCallingOptions
extends Object
implements FunctionCallingOptions
Deprecated, for removal: This API element is subject to removal in a future version.
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.springframework.ai.model.function.FunctionCallingOptions
FunctionCallingOptions.Builder -
Constructor Summary
ConstructorsConstructorDescriptionDeprecated, for removal: This API element is subject to removal in a future version. -
Method Summary
Modifier and TypeMethodDescriptionbuilder()Deprecated, for removal: This API element is subject to removal in a future version.Creates a newChatOptions.Builderto create the defaultChatOptions.copy()Deprecated, for removal: This API element is subject to removal in a future version.Returns a copy of thisChatOptions.Deprecated, for removal: This API element is subject to removal in a future version.Returns the frequency penalty to use for the chat.Deprecated, for removal: This API element is subject to removal in a future version.Function Callbacks to be registered with the ChatModel.Deprecated, for removal: This API element is subject to removal in a future version.Deprecated, for removal: This API element is subject to removal in a future version.Returns the maximum number of tokens to use for the chat.getModel()Deprecated, for removal: This API element is subject to removal in a future version.Returns the model to use for the chat.Deprecated, for removal: This API element is subject to removal in a future version.Returns the presence penalty to use for the chat.Deprecated, for removal: This API element is subject to removal in a future version.Deprecated, for removal: This API element is subject to removal in a future version.Returns the stop sequences to use for the chat.Deprecated, for removal: This API element is subject to removal in a future version.Returns the temperature to use for the chat.Deprecated, for removal: This API element is subject to removal in a future version.getTopK()Deprecated, for removal: This API element is subject to removal in a future version.Returns the top K to use for the chat.getTopP()Deprecated, for removal: This API element is subject to removal in a future version.Returns the top P to use for the chat.merge(ChatOptions options) Deprecated, for removal: This API element is subject to removal in a future version.merge(FunctionCallingOptions options) Deprecated, for removal: This API element is subject to removal in a future version.voidsetFrequencyPenalty(Double frequencyPenalty) Deprecated, for removal: This API element is subject to removal in a future version.voidsetFunctionCallbacks(List<FunctionCallback> functionCallbacks) Deprecated, for removal: This API element is subject to removal in a future version.Set the Function Callbacks to be registered with the ChatModel.voidsetFunctions(Set<String> functions) Deprecated, for removal: This API element is subject to removal in a future version.Set the list of function names from the ChatModel registry to be used in the next chat completion requests.voidsetMaxTokens(Integer maxTokens) Deprecated, for removal: This API element is subject to removal in a future version.voidDeprecated, for removal: This API element is subject to removal in a future version.voidsetPresencePenalty(Double presencePenalty) Deprecated, for removal: This API element is subject to removal in a future version.voidsetProxyToolCalls(Boolean proxyToolCalls) Deprecated, for removal: This API element is subject to removal in a future version.voidsetStopSequences(List<String> stopSequences) Deprecated, for removal: This API element is subject to removal in a future version.voidsetTemperature(Double temperature) Deprecated, for removal: This API element is subject to removal in a future version.voidsetToolContext(Map<String, Object> context) Deprecated, for removal: This API element is subject to removal in a future version.voidDeprecated, for removal: This API element is subject to removal in a future version.voidDeprecated, for removal: This API element is subject to removal in a future version.
-
Constructor Details
-
PortableFunctionCallingOptions
public PortableFunctionCallingOptions()Deprecated, for removal: This API element is subject to removal in a future version.
-
-
Method Details
-
builder
Deprecated, for removal: This API element is subject to removal in a future version.Description copied from interface:ChatOptionsCreates a newChatOptions.Builderto create the defaultChatOptions.- Returns:
- Returns
DefaultFunctionCallingOptionsBuilderto create a new instance ofFunctionCallingOptions.
-
getFunctionCallbacks
Deprecated, for removal: This API element is subject to removal in a future version.Description copied from interface:FunctionCallingOptionsFunction Callbacks to be registered with the ChatModel. For Prompt Options the functionCallbacks are automatically enabled for the duration of the prompt execution. For Default Options the FunctionCallbacks are registered but disabled by default. You have to use "functions" property to list the function names from the ChatModel registry to be used in the chat completion requests.- Specified by:
getFunctionCallbacksin interfaceFunctionCallingOptions- Returns:
- Return the Function Callbacks to be registered with the ChatModel.
-
setFunctionCallbacks
Deprecated, for removal: This API element is subject to removal in a future version.Description copied from interface:FunctionCallingOptionsSet the Function Callbacks to be registered with the ChatModel.- Specified by:
setFunctionCallbacksin interfaceFunctionCallingOptions- Parameters:
functionCallbacks- the Function Callbacks to be registered with the ChatModel.
-
getFunctions
Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
getFunctionsin interfaceFunctionCallingOptions- Returns:
Setof function names from the ChatModel registry to be used in the next chat completion requests.
-
setFunctions
Deprecated, for removal: This API element is subject to removal in a future version.Description copied from interface:FunctionCallingOptionsSet the list of function names from the ChatModel registry to be used in the next chat completion requests.- Specified by:
setFunctionsin interfaceFunctionCallingOptions- Parameters:
functions- the list of function names from the ChatModel registry to be used in the next chat completion requests.
-
getModel
Deprecated, for removal: This API element is subject to removal in a future version.Description copied from interface:ChatOptionsReturns the model to use for the chat.- Specified by:
getModelin interfaceChatOptions- Returns:
- the model to use for the chat
-
setModel
Deprecated, for removal: This API element is subject to removal in a future version. -
getFrequencyPenalty
Deprecated, for removal: This API element is subject to removal in a future version.Description copied from interface:ChatOptionsReturns the frequency penalty to use for the chat.- Specified by:
getFrequencyPenaltyin interfaceChatOptions- Returns:
- the frequency penalty to use for the chat
-
setFrequencyPenalty
Deprecated, for removal: This API element is subject to removal in a future version. -
getMaxTokens
Deprecated, for removal: This API element is subject to removal in a future version.Description copied from interface:ChatOptionsReturns the maximum number of tokens to use for the chat.- Specified by:
getMaxTokensin interfaceChatOptions- Returns:
- the maximum number of tokens to use for the chat
-
setMaxTokens
Deprecated, for removal: This API element is subject to removal in a future version. -
getPresencePenalty
Deprecated, for removal: This API element is subject to removal in a future version.Description copied from interface:ChatOptionsReturns the presence penalty to use for the chat.- Specified by:
getPresencePenaltyin interfaceChatOptions- Returns:
- the presence penalty to use for the chat
-
setPresencePenalty
Deprecated, for removal: This API element is subject to removal in a future version. -
getStopSequences
Deprecated, for removal: This API element is subject to removal in a future version.Description copied from interface:ChatOptionsReturns the stop sequences to use for the chat.- Specified by:
getStopSequencesin interfaceChatOptions- Returns:
- the stop sequences to use for the chat
-
setStopSequences
Deprecated, for removal: This API element is subject to removal in a future version. -
getTemperature
Deprecated, for removal: This API element is subject to removal in a future version.Description copied from interface:ChatOptionsReturns the temperature to use for the chat.- Specified by:
getTemperaturein interfaceChatOptions- Returns:
- the temperature to use for the chat
-
setTemperature
Deprecated, for removal: This API element is subject to removal in a future version. -
getTopK
Deprecated, for removal: This API element is subject to removal in a future version.Description copied from interface:ChatOptionsReturns the top K to use for the chat.- Specified by:
getTopKin interfaceChatOptions- Returns:
- the top K to use for the chat
-
setTopK
Deprecated, for removal: This API element is subject to removal in a future version. -
getTopP
Deprecated, for removal: This API element is subject to removal in a future version.Description copied from interface:ChatOptionsReturns the top P to use for the chat.- Specified by:
getTopPin interfaceChatOptions- Returns:
- the top P to use for the chat
-
setTopP
Deprecated, for removal: This API element is subject to removal in a future version. -
getProxyToolCalls
Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
getProxyToolCallsin interfaceFunctionCallingOptions
-
setProxyToolCalls
Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
setProxyToolCallsin interfaceFunctionCallingOptions
-
getToolContext
Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
getToolContextin interfaceFunctionCallingOptions
-
setToolContext
Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
setToolContextin interfaceFunctionCallingOptions
-
copy
Deprecated, for removal: This API element is subject to removal in a future version.Description copied from interface:ChatOptionsReturns a copy of thisChatOptions.- Specified by:
copyin interfaceChatOptions- Returns:
- a copy of this
ChatOptions
-
merge
public FunctionCallingOptionsBuilder.PortableFunctionCallingOptions merge(FunctionCallingOptions options) Deprecated, for removal: This API element is subject to removal in a future version. -
merge
Deprecated, for removal: This API element is subject to removal in a future version.
-
DefaultFunctionCallingOptionsinstead.