Skip to content

Commit 9e82d20

Browse files
committed
split comment for readability
1 parent 7ff6b09 commit 9e82d20

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

src/types.ts

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -921,7 +921,10 @@ export const CallToolStructuredResultSchema = ResultSchema.extend({
921921
* A list of content objects that represent the result of the tool call.
922922
*
923923
* If the Tool defines an outputSchema, this field MAY be present in the result.
924-
* Tools may use this field to provide compatibility with older clients that do not support structured content.
924+
*
925+
* Tools may use this field to provide compatibility with older clients that
926+
* do not support structured content.
927+
*
925928
* Clients that support structured content should ignore this field.
926929
*/
927930
content: z.optional(ContentListSchema),

0 commit comments

Comments
 (0)