Uses of Interface
com.composum.ai.backend.base.service.chat.GPTTool
-
Packages that use GPTTool Package Description com.composum.ai.backend.base.service.chat com.composum.ai.backend.slingbase com.composum.ai.backend.slingbase.experimential -
-
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)
-
Uses of GPTTool in com.composum.ai.backend.slingbase
Methods in com.composum.ai.backend.slingbase that return types with arguments of type GPTTool Modifier and Type Method Description protected List<GPTTool>
AICreateServlet. collectTools(org.apache.sling.api.resource.Resource resource, org.apache.sling.api.SlingHttpServletRequest request, org.apache.sling.api.SlingHttpServletResponse response)
-
Uses of GPTTool in com.composum.ai.backend.slingbase.experimential
Methods in com.composum.ai.backend.slingbase.experimential that return GPTTool Modifier and Type Method Description default GPTTool
AITool. makeGPTTool(org.apache.sling.api.resource.Resource resource, org.apache.sling.api.SlingHttpServletRequest request, org.apache.sling.api.SlingHttpServletResponse response)
The form useable byGPTChatCompletionService
.
-