Skip to content

Commit f249238

Browse files
committed
Formatting
1 parent fa3ba18 commit f249238

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

schema/2025-03-26/schema.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -474,12 +474,12 @@ export interface Resource {
474474
*/
475475
annotations?: Annotations;
476476

477-
/**
477+
/**
478478
* The size of the raw resource content, in bytes (i.e., before base64 encoding or any tokenization), if known.
479479
*
480480
* This can be used by Hosts to display file sizes and estimate context window usage.
481481
*/
482-
size?: number;
482+
size?: number;
483483
}
484484

485485
/**

0 commit comments

Comments
 (0)