Skip to content

Commit b5d49e8

Browse files
authored
Update roo-code.d.ts
1 parent f8513f8 commit b5d49e8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/exports/roo-code.d.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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"

0 commit comments

Comments
 (0)