Skip to content

Integration of deterministic conversations and other agents #603

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
PaulSGit1 opened this issue Apr 25, 2025 · 2 comments
Closed

Integration of deterministic conversations and other agents #603

PaulSGit1 opened this issue Apr 25, 2025 · 2 comments
Labels
question Question about using the SDK stale

Comments

@PaulSGit1
Copy link

PaulSGit1 commented Apr 25, 2025

Please read this first

  • Have you read the docs? Yes, I only found the input to use structured outputs. Already tried but only slightly improved accuracy.
  • Have you searched for related issues? Yes, but I didn't find any other issues.

Question

Hello,
I am a big fan of the OpenAI Agent SDK and have been able to use it successfully in many scenarios so far.
However, I have identified and specified the following scenario (see attached image, Onboarding Agent), which I have not yet been able to solve or integrate successfully with the Agent SDK:
We have a chatbot on a website that is powered by the OpenAI Agent SDK.
The chatbot can now use RAG and multiple agents to answer questions such as opening hours or knowledge queries. Now, another agent needs to be integrated into the chatbot, which queries data from the user (specified mandatory fields), then creates a summary, asks the user if they want to make any changes, and saves the data to the database.
Unfortunately, we have not yet managed to integrate a reliable data query into the OpenAI Agent SDK. The transfer to the correct agent works well, but data is often queried twice, skipped or the summary is displayed repeatedly.
This is why I am raising this issue:
Does anyone have experience with how to conceptually integrate deterministic queries for certain data into a chatbot based on the SDK?
What would be the best way to proceed here so that we can continue to benefit from the advantages of LLMs? For example, when a user enters several of these data fields at once.

I would be very grateful for any ideas or suggestions.

Image

@PaulSGit1 PaulSGit1 added the question Question about using the SDK label Apr 25, 2025
Copy link

github-actions bot commented May 3, 2025

This issue is stale because it has been open for 7 days with no activity.

@github-actions github-actions bot added the stale label May 3, 2025
Copy link

github-actions bot commented May 6, 2025

This issue was closed because it has been inactive for 3 days since being marked as stale.

@github-actions github-actions bot closed this as not planned Won't fix, can't repro, duplicate, stale May 6, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Question about using the SDK stale
Projects
None yet
Development

No branches or pull requests

1 participant