You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* See [MCP specification](https://github.com/modelcontextprotocol/modelcontextprotocol/blob/47339c03c143bb4ec01a26e721a1b8fe66634ebe/docs/specification/draft/basic/index.mdx#general-fields)
* See [MCP specification](https://github.com/modelcontextprotocol/modelcontextprotocol/blob/47339c03c143bb4ec01a26e721a1b8fe66634ebe/docs/specification/draft/basic/index.mdx#general-fields)
1281
-
* for notes on _meta usage.
1282
-
*/
1283
-
_meta: z.optional(z.object({}).passthrough()),
1284
-
})
1285
-
.passthrough();
1286
-
1287
1256
/**
1288
1257
* Describes a message issued to or received from an LLM API.
1289
-
* This is a discriminated union of UserMessage and AssistantMessage, where
1290
-
* each role has its own set of allowed content types.
* See [MCP specification](https://github.com/modelcontextprotocol/modelcontextprotocol/blob/47339c03c143bb4ec01a26e721a1b8fe66634ebe/docs/specification/draft/basic/index.mdx#general-fields)
1267
+
* for notes on _meta usage.
1268
+
*/
1269
+
_meta: z.optional(z.object({}).passthrough()),
1270
+
}).passthrough();
1296
1271
1297
1272
/**
1298
1273
* Parameters for a `sampling/createMessage` request.
0 commit comments