File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -146,14 +146,14 @@ export type ClineSay =
146146 | "api_req_started"
147147 /**
148148 * Roo-Code finished performing an API request. Data from this "say" are moved to "api_req_started" "say"
149- * and the "api_req_started " "say" is deleted. However cannot find any place where it is said.
149+ * and the "api_req_finished " "say" is deleted. However cannot find any place where it is said.
150150 */
151151 | "api_req_finished"
152152 /** Roo-Code failed to make an API request, asked the user whether to retry, and now signals the retry */
153153 | "api_req_retried"
154154 /** Like "api_req_retried", but we hit the rate limit and have to wait for some time before retrying */
155155 | "api_req_retry_delayed"
156- /** Roo-Code says : "aggregated api_req metrics from deleted messages" */
156+ /** Roo-Code codebase states : "aggregated api_req metrics from deleted messages" */
157157 | "api_req_deleted"
158158 /** Generic text message said by the user, Roo-Code or LLM */
159159 | "text"
You can’t perform that action at this time.
0 commit comments