Skip to content

Commit

Permalink
Update the context in sendMessage/request api
Browse files Browse the repository at this point in the history
Signed-off-by: Daniel Hu <[email protected]>
  • Loading branch information
daniel-hutao committed Nov 14, 2023
1 parent 3242772 commit 3863d21
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions api/chat.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,18 @@
"payload": {
"context": [
{
"type": "code",
"languageId": "python",
"path": "xxx/a.py",
"startLine": 1,
"command": "",
"content": "adkfjj\n"
},
{
"type": "command",
"languageId": "",
"path": "",
"startLine": 0,
"command": "ls -l",
"content": "adkfjj\n"
}
Expand Down

0 comments on commit 3863d21

Please sign in to comment.