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 GPTFunctionCallDetails
GPTToolCall. getFunction()
The function being called by the model, including its name and arguments.GPTFunctionCallDetails
GPTFunctionCallDetails. mergeDelta(GPTFunctionCallDetails function)
Methods in com.composum.ai.backend.base.service.chat with parameters of type GPTFunctionCallDetails Modifier and Type Method Description GPTFunctionCallDetails
GPTFunctionCallDetails. 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 GPTFunctionCallDetails
ChatCompletionFunctionCallDetails. toGptFuctionCallDetails()
Methods in com.composum.ai.backend.base.service.chat.impl.chatmodel with parameters of type GPTFunctionCallDetails Modifier and Type Method Description static ChatCompletionFunctionCallDetails
ChatCompletionFunctionCallDetails. make(GPTFunctionCallDetails function)
-