Skip to content

Commit 4bc5b90

Browse files
committed
docs
1 parent 0edc3ec commit 4bc5b90

File tree

1 file changed

+1
-11
lines changed

1 file changed

+1
-11
lines changed

docs/protocol.md

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -519,16 +519,6 @@ interface URLContent {
519519
interface UsageContent {
520520
type: 'usage';
521521

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-
532522
/**
533523
* The total input + output tokens of the whole chat session so far.
534524
*/
@@ -537,7 +527,7 @@ interface UsageContent {
537527
/**
538528
* The cost of the last sent message summing input + output tokens.
539529
*/
540-
messageCost?: string;
530+
lastMessageCost?: string;
541531

542532
/**
543533
* The cost of the whole chat session so far.

0 commit comments

Comments
 (0)