From 1e47b7043616c1163837534c1e90cbf0fa917515 Mon Sep 17 00:00:00 2001 From: Mohammad Miadh Angkad Date: Wed, 6 Aug 2025 02:28:29 +0800 Subject: [PATCH] docs: Fix another extra "= messages" (#7) Fix another extra "= messages" in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 00f7a0d..77465c1 100644 --- a/README.md +++ b/README.md @@ -446,7 +446,7 @@ token_ids = encoding.render_conversation_for_completion(conversation, Role.ASSIS # ... # parse the output -messages = messages = encoding.parse_messages_from_completion_tokens(output_tokens, Role.ASSISTANT) +messages = encoding.parse_messages_from_completion_tokens(output_tokens, Role.ASSISTANT) last_message = messages[-1] if last_message.recipient == "python": # perform python call