Handling Shutdown and Resuming Session Before Agents Finish Generating a Response #957
Unanswered
dat-nguyen-soulvaki
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi everyone,
I'm working on handling a case where the server shuts down before the multi-agent system finishes generating a response. Currently, I'm trying to invoke the previous session and use runner.run_async() with a new_message that contains the original user query. However, after reading more of the library's documentation, I'm starting to think this might not be the appropriate approach.
Has anyone encountered this issue before? How did you solve it?
Beta Was this translation helpful? Give feedback.
All reactions