Skip to content

Commit 98f3a9a

Browse files
authored
Merge pull request #614 from alexrudall/alexrudall-patch-24
Update README.md for reasoning model
2 parents 462ff28 + 6e33fa3 commit 98f3a9a

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)