mirror of
https://github.com/james-m-jordan/openai-cookbook.git
synced 2025-05-09 19:32:38 +00:00
Responses API tool orchestration using RAG (#1747)
This commit is contained in:
parent
bdba433deb
commit
df01a460ea
@ -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/"
|
||||
|
BIN
examples/responses_api/pinecone_img.png
Normal file
BIN
examples/responses_api/pinecone_img.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 378 KiB |
1194
examples/responses_api/responses_api_tool_orchestration.ipynb
Normal file
1194
examples/responses_api/responses_api_tool_orchestration.ipynb
Normal file
File diff suppressed because it is too large
Load Diff
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user