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)
1253
-
* for notes on _meta usage.
1254
-
*/
1255
-
_meta: z.optional(z.object({}).passthrough()),
1256
-
})
1257
-
.passthrough();
1258
-
1259
1228
/**
1260
1229
* Describes a message issued to or received from an LLM API.
1261
-
* This is a discriminated union of UserMessage and AssistantMessage, where
1262
-
* 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)
1239
+
* for notes on _meta usage.
1240
+
*/
1241
+
_meta: z.optional(z.object({}).passthrough()),
1242
+
}).passthrough();
1268
1243
1269
1244
/**
1270
1245
* Parameters for a `sampling/createMessage` request.
0 commit comments