Uses of Class
com.composum.ai.backend.base.service.chat.impl.chatmodel.ChatTool
-
Packages that use ChatTool Package Description com.composum.ai.backend.base.service.chat.impl.chatmodel -
-
Uses of ChatTool in com.composum.ai.backend.base.service.chat.impl.chatmodel
Methods in com.composum.ai.backend.base.service.chat.impl.chatmodel that return types with arguments of type ChatTool Modifier and Type Method Description List<ChatTool>
ChatCompletionRequest. getTools()
Method parameters in com.composum.ai.backend.base.service.chat.impl.chatmodel with type arguments of type ChatTool Modifier and Type Method Description void
ChatCompletionRequest. setTools(List<ChatTool> tools)
-