Uses of Interface
com.composum.ai.backend.base.service.chat.GPTCompletionCallback.GPTToolExecutionContext
-
Packages that use GPTCompletionCallback.GPTToolExecutionContext Package Description com.composum.ai.backend.base.service.chat -
-
Uses of GPTCompletionCallback.GPTToolExecutionContext in com.composum.ai.backend.base.service.chat
Methods in com.composum.ai.backend.base.service.chat that return GPTCompletionCallback.GPTToolExecutionContext Modifier and Type Method Description default GPTCompletionCallback.GPTToolExecutionContextGPTCompletionCallback. getToolExecutionContext()For tool calls: set the context to execute actions in.GPTCompletionCallback.GPTToolExecutionContextGPTCompletionCallback.GPTCompletionCallbackWrapper. getToolExecutionContext()GPTCompletionCallback.GPTToolExecutionContextGPTCompletionCallback.GPTCompletionCollector. getToolExecutionContext()Methods in com.composum.ai.backend.base.service.chat with parameters of type GPTCompletionCallback.GPTToolExecutionContext Modifier and Type Method Description StringGPTTool. execute(String arguments, GPTCompletionCallback.GPTToolExecutionContext context)Executes the tool call and returns the result to present to the AI.
-