Class SlingGPTExecutionContext
- java.lang.Object
-
- com.composum.ai.backend.slingbase.model.SlingGPTExecutionContext
-
- All Implemented Interfaces:
com.composum.ai.backend.base.service.chat.GPTCompletionCallback.GPTToolExecutionContext
public class SlingGPTExecutionContext extends Object implements com.composum.ai.backend.base.service.chat.GPTCompletionCallback.GPTToolExecutionContext
For Sling tools: the request and response of the streaming as executin context for tool calls.
-
-
Constructor Summary
Constructors Constructor Description SlingGPTExecutionContext(org.apache.sling.api.SlingHttpServletRequest request, org.apache.sling.api.SlingHttpServletResponse response)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.apache.sling.api.SlingHttpServletRequest
getRequest()
org.apache.sling.api.SlingHttpServletResponse
getResponse()
-