We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d59b0ad commit e0ce87dCopy full SHA for e0ce87d
1 file changed
docs/format.md
@@ -100,7 +100,9 @@ convo = Conversation.from_messages(
100
Message.from_author_and_content(
101
Author.new(Role.TOOL, "functions.lookup_weather"),
102
'{ "temperature": 20, "sunny": true }',
103
- ).with_channel("commentary"),
+ )
104
+ .with_channel("commentary")
105
+ .with_recipient("assistant"),
106
]
107
)
108
0 commit comments