Skip to content

Commit

Permalink
Update schema/schema.ts
Browse files Browse the repository at this point in the history
Improved wording

Co-authored-by: Justin Spahr-Summers <[email protected]>
  • Loading branch information
evalstate and jspahrsummers authored Jan 8, 2025
1 parent 050e268 commit 05345e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion schema/schema.ts
Original file line number Diff line number Diff line change
Expand Up @@ -445,7 +445,7 @@ export interface Resource extends Annotated {
mimeType?: string;

/**
* The size of the resource in bytes before encoding or tokenization, if known.
* The size of the raw resource content, in bytes (i.e., before base64 encoding or any tokenization), if known.
*
* This can be used by Hosts to display file sizes and estimate context window usage.
*/
Expand Down

0 comments on commit 05345e1

Please sign in to comment.