Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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?
```

Expand Down