Skip to content

Commit 05345e1

Browse files
Update schema/schema.ts
Improved wording Co-authored-by: Justin Spahr-Summers <[email protected]>
1 parent 050e268 commit 05345e1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

schema/schema.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -445,7 +445,7 @@ export interface Resource extends Annotated {
445445
mimeType?: string;
446446

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

0 commit comments

Comments
 (0)