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 0edc3ec commit 4bc5b90Copy full SHA for 4bc5b90
docs/protocol.md
@@ -519,16 +519,6 @@ interface URLContent {
519
interface UsageContent {
520
type: 'usage';
521
522
- /*
523
- * Number of tokens sent on previous prompt including all context used by ECA.
524
- */
525
- messageInputTokens: number;
526
-
527
528
- * Number of tokens received from LLm in last prompt.
529
530
- messageOutputTokens: number;
531
532
/**
533
* The total input + output tokens of the whole chat session so far.
534
*/
@@ -537,7 +527,7 @@ interface UsageContent {
537
538
* The cost of the last sent message summing input + output tokens.
539
540
- messageCost?: string;
+ lastMessageCost?: string;
541
542
543
* The cost of the whole chat session so far.
0 commit comments