Responses API tool orchestration using RAG (#1747)

This commit is contained in:
Shikhar 2025-03-28 14:10:06 -07:00 committed by GitHub
parent bdba433deb
commit df01a460ea
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
4 changed files with 1211 additions and 1 deletions

View File

@ -3,6 +3,11 @@
# You can optionally customize how your information shows up cookbook.openai.com over here.
# If your information is not present here, it will be pulled from your GitHub profile.
shikhar-cyber:
name: "Shikhar Kwatra"
website: "https://www.linkedin.com/in/shikharkwatra/"
avatar: "https://avatars.githubusercontent.com/u/189049238?v=4"
danbell-openai:
name: "Dan Bell"
website: "https://www.linkedin.com/in/dan-bell-b69721b1/"

Binary file not shown.

After

Width:  |  Height:  |  Size: 378 KiB

File diff suppressed because it is too large Load Diff

View File

@ -4,6 +4,17 @@
# should build pages for, and indicates metadata such as tags, creation date and
# authors for each page.
- title: Multi-Tool Orchestration with RAG approach using OpenAI's Responses API
path: examples/responses_api/responses_api_tool_orchestration.ipynb
date: 2025-03-28
authors:
- shikhar-cyber
tags:
- responses
- functions
- pinecone
- web-search
- title: Automating Dispute Management with Agents SDK and Stripe API
path: examples/agents_sdk/dispute_agent.ipynb
date: 2025-03-17