diff --git a/docs/format.md b/docs/format.md index 2402406..0ebf9b5 100644 --- a/docs/format.md +++ b/docs/format.md @@ -100,7 +100,9 @@ convo = Conversation.from_messages( Message.from_author_and_content( Author.new(Role.TOOL, "functions.lookup_weather"), '{ "temperature": 20, "sunny": true }', - ).with_channel("commentary"), + ) + .with_channel("commentary") + .with_recipient("assistant"), ] )