Uses of Interface
com.composum.ai.backend.base.service.chat.GPTTool
-
Packages that use GPTTool Package Description com.composum.ai.backend.base.service.chat -
-
Uses of GPTTool in com.composum.ai.backend.base.service.chat
Methods in com.composum.ai.backend.base.service.chat that return types with arguments of type GPTTool Modifier and Type Method Description List<GPTTool>
GPTConfiguration. getTools()
A list of tools the Model could use.Method parameters in com.composum.ai.backend.base.service.chat with type arguments of type GPTTool Modifier and Type Method Description static GPTConfiguration
GPTConfiguration. ofTools(List<GPTTool> tools)
-