Skip to content

Commit 6e33fa3

Browse files
authored
Update README.md for reasoning model
1 parent 462ff28 commit 6e33fa3

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -547,6 +547,8 @@ response = client.responses.create(parameters: {
547547
}
548548
})
549549
puts response.dig("output", 0, "content", 0, "text")
550+
# => Thinking about how to answer this...
551+
puts response.dig("output", 1, "content", 0, "text")
550552
# => Hi Szymon! Great to meet you. How can I help today?
551553
```
552554

0 commit comments

Comments
 (0)