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 f5f3dcf commit b05baacCopy full SHA for b05baac
docs/specification/draft/client/sampling.mdx
@@ -140,7 +140,12 @@ sequenceDiagram
140
### Messages
141
142
Sampling messages **MUST** contain a `role` field of `"user"` or `"assistant"`; and
143
-a `content` field representing the message data. `content` can contain:
+a `content` field representing the message data.
144
+
145
+The list of messages in a sampling request **SHOULD NOT** be retained between
146
+separate requests.
147
148
+The `content` field can contain:
149
150
#### Text Content
151
0 commit comments