diff --git a/articles/openai-harmony.md b/articles/openai-harmony.md index 36e9ee1a87..884e9d570b 100644 --- a/articles/openai-harmony.md +++ b/articles/openai-harmony.md @@ -100,7 +100,9 @@ convo = Conversation.from_messages( Message.from_author_and_content( Author.new(Role.TOOL, "functions.get_current_weather"), '{ "temperature": 20, "sunny": true }', - ).with_channel("commentary"), + ) + .with_channel("commentary") + .with_recipient("assistant"), ] )