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.GPTToolExecutionContext
GPTCompletionCallback. getToolExecutionContext()
For tool calls: set the context to execute actions in.GPTCompletionCallback.GPTToolExecutionContext
GPTCompletionCallback.GPTCompletionCallbackWrapper. getToolExecutionContext()
GPTCompletionCallback.GPTToolExecutionContext
GPTCompletionCallback.GPTCompletionCollector. getToolExecutionContext()
Methods in com.composum.ai.backend.base.service.chat with parameters of type GPTCompletionCallback.GPTToolExecutionContext Modifier and Type Method Description String
GPTTool. execute(String arguments, GPTCompletionCallback.GPTToolExecutionContext context)
Executes the tool call and returns the result to present to the AI.
-