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
| sendChatPrompt response | Provides response to sendChatPrompt request |`aws/chat/sendChatPrompt`|[ChatResult](https://github.com/aws/language-server-runtimes/blob/10e67de47600f20bf090ce8ec0ea318038a387f2/types/chat.ts#L77C18-L77C28)|
28
-
| openTab request | Request to open tab (creates tab if no `tabId` provided) |`aws/chat/openTab`|[OpenTabParams](https://github.com/aws/language-server-runtimes/blob/10e67de47600f20bf090ce8ec0ea318038a387f2/types/chat.ts#L200)|
28
+
| openTab request | Request to open tab (creates tab if no `tabId` provided) |`aws/chat/openTab`|requestID - ID shared between the webview and vscode client, [OpenTabParams](https://github.com/aws/language-server-runtimes/blob/10e67de47600f20bf090ce8ec0ea318038a387f2/types/chat.ts#L200)|
29
29
| sendToPrompt | Request to send selection to prompt |`sendToPrompt`|[SendToPromptParams](https://github.com/aws/language-server-runtimes/blob/fe2669c34479d4925f2bdbe5527417ea8aed6c39/chat-client-ui-types/src/uiContracts.ts#L50C18-L50C36)|
30
30
| genericCommand | Request to execute generic command |`genericCommand`|[GenericCommandParams](https://github.com/aws/language-server-runtimes/blob/fe2669c34479d4925f2bdbe5527417ea8aed6c39/chat-client-ui-types/src/uiContracts.ts#L76)|
31
31
| errorMessage | Request to show error in chat UI |`errorMessage`|[ErrorParams](https://github.com/aws/language-server-runtimes/blob/fe2669c34479d4925f2bdbe5527417ea8aed6c39/chat-client-ui-types/src/uiContracts.ts#L88C18-L88C29)|
| openTab response | Provides response to openTab request |`aws/chat/openTab`|[UiMessageResultParams](https://github.com/aws/language-server-runtimes/blob/10e67de47600f20bf090ce8ec0ea318038a387f2/chat-client-ui-types/src/uiContracts.ts#L129) with `result` of type [OpenTabResult](https://github.com/aws/language-server-runtimes/blob/main/types/chat.ts#L201)|
38
+
| openTab response | Provides response to openTab request |`aws/chat/openTab`|requestID - ID shared between the webview and vscode client, [UiMessageResultParams](https://github.com/aws/language-server-runtimes/blob/10e67de47600f20bf090ce8ec0ea318038a387f2/chat-client-ui-types/src/uiContracts.ts#L129) with `result` of type [OpenTabResult](https://github.com/aws/language-server-runtimes/blob/main/types/chat.ts#L201)|
39
39
| disclaimerAcknowledged | Notifies destination that legal disclaimer was acknowlegded by a user |`disclaimerAcknowledged`| N/A |
0 commit comments