You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We should add context to GetApprovalRequest so that the client can relay some form of additional context related to the function that is going through the approval process. This should help the approver understand the function with its parameters that is going to executed by the AI agent.
Potential Solution
Add context of string type (We likely won't need this to be JSON string).
This context should be able to be passed on by the client to the approver.
Context doesn't need to be returned back to the client in the approval response.
The text was updated successfully, but these errors were encountered:
Feature Description
We should add context to
GetApprovalRequest
so that the client can relay some form of additional context related to the function that is going through the approval process. This should help the approver understand the function with its parameters that is going to executed by the AI agent.Potential Solution
The text was updated successfully, but these errors were encountered: