We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7ff6b09 commit 9e82d20Copy full SHA for 9e82d20
src/types.ts
@@ -921,7 +921,10 @@ export const CallToolStructuredResultSchema = ResultSchema.extend({
921
* A list of content objects that represent the result of the tool call.
922
*
923
* 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.
+ *
925
+ * Tools may use this field to provide compatibility with older clients that
926
+ * do not support structured content.
927
928
* Clients that support structured content should ignore this field.
929
*/
930
content: z.optional(ContentListSchema),
0 commit comments