sablo/test-ultracm-dolly
Viewer
•
Updated
•
14k
•
42
None defined yet.
messages = [
{
"role": "system",
"content": "You are a friendly chatbot who always responds in the style of a pirate",
},
{"role": "user", "content": "How many helicopters can a human eat in one sitting?"},
]
messages
column of type list.role
and content
keys.role
should be one of system
, assistant
or user
.content
is the text content of the message.