Skip to content

Commit cc55c1a

Browse files
committed
Specify that sampling request conversations should not be retained
1 parent 1ff2947 commit cc55c1a

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

docs/specification/draft/client/sampling.mdx

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,12 @@ sequenceDiagram
140140
### Messages
141141

142142
Sampling messages **MUST** contain a `role` field of `"user"` or `"assistant"`; and
143-
a `content` field representing the message data. `content` can contain:
143+
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:
144149

145150
#### Text Content
146151

0 commit comments

Comments
 (0)