We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6cdfc21 commit 682e2f4Copy full SHA for 682e2f4
site/src/api/api.ts
@@ -104,8 +104,7 @@ const getMissingParameters = (
104
/**
105
*
106
* @param agentId
107
- * @returns An EventSource that emits agent metadata event objects
108
- * (ServerSentEvent)
+ * @returns {OneWayWebSocket} A OneWayWebSocket that emits Server-Sent Events.
109
*/
110
export const watchAgentMetadata = (
111
agentId: string,
@@ -116,8 +115,7 @@ export const watchAgentMetadata = (
116
115
};
117
118
119
- * @returns {EventSource} An EventSource that emits workspace event objects
120
121
122
export const watchWorkspace = (
123
workspaceId: string,
0 commit comments