This PR allows clients to pass context string to the server which then will be relayed to the dashboard. This allows approvers to have a better context about the pending operation. This could be used to pass comments about the function or LLM prompts triggering the function, etc.
How Has This Been Tested?
I'm not quite sure how to add a unit test to include this change.
Checklist
[x] I have performed a self-review of my own code.
[x] I have commented my code, particularly in hard-to-understand areas.
[x] I have made corresponding changes to the documentation.
Description
Fixes #1
This PR allows clients to pass
context
string to the server which then will be relayed to the dashboard. This allows approvers to have a better context about the pending operation. This could be used to pass comments about the function or LLM prompts triggering the function, etc.How Has This Been Tested?
I'm not quite sure how to add a unit test to include this change.
Checklist