From 6e33fa311341089ea780f81e326791a03122eaf3 Mon Sep 17 00:00:00 2001 From: Alex <7175262+alexrudall@users.noreply.github.com> Date: Tue, 12 Aug 2025 19:14:50 +0100 Subject: [PATCH] Update README.md for reasoning model --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 055bb0ce..1058ae64 100644 --- a/README.md +++ b/README.md @@ -547,6 +547,8 @@ response = client.responses.create(parameters: { } }) puts response.dig("output", 0, "content", 0, "text") +# => Thinking about how to answer this... +puts response.dig("output", 1, "content", 0, "text") # => Hi Szymon! Great to meet you. How can I help today? ```