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? ```