Uses of Class
com.composum.ai.backend.base.service.chat.GPTFunctionCallDetails
-
Packages that use GPTFunctionCallDetails Package Description com.composum.ai.backend.base.service.chat com.composum.ai.backend.base.service.chat.impl.chatmodel -
-
Uses of GPTFunctionCallDetails in com.composum.ai.backend.base.service.chat
Methods in com.composum.ai.backend.base.service.chat that return GPTFunctionCallDetails Modifier and Type Method Description GPTFunctionCallDetailsGPTToolCall. getFunction()The function being called by the model, including its name and arguments.GPTFunctionCallDetailsGPTFunctionCallDetails. mergeDelta(GPTFunctionCallDetails function)Methods in com.composum.ai.backend.base.service.chat with parameters of type GPTFunctionCallDetails Modifier and Type Method Description GPTFunctionCallDetailsGPTFunctionCallDetails. mergeDelta(GPTFunctionCallDetails function)Constructors in com.composum.ai.backend.base.service.chat with parameters of type GPTFunctionCallDetails Constructor Description GPTToolCall(String id, String type, GPTFunctionCallDetails function)Creates the object -
Uses of GPTFunctionCallDetails in com.composum.ai.backend.base.service.chat.impl.chatmodel
Methods in com.composum.ai.backend.base.service.chat.impl.chatmodel that return GPTFunctionCallDetails Modifier and Type Method Description GPTFunctionCallDetailsChatCompletionFunctionCallDetails. toGptFuctionCallDetails()Methods in com.composum.ai.backend.base.service.chat.impl.chatmodel with parameters of type GPTFunctionCallDetails Modifier and Type Method Description static ChatCompletionFunctionCallDetailsChatCompletionFunctionCallDetails. make(GPTFunctionCallDetails function)
-