ACADynamicSessionsCodeExecutor - allow specifying session_id #6119
stuartleeks
started this conversation in
Feature suggestions
Replies: 1 comment 2 replies
-
Sounds good, could you submit a PR to add this feature? |
Beta Was this translation helpful? Give feedback.
2 replies
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.
-
The initializer for
ACADynamicSessionsCodeExecutor
creates a new GUID to use as the session ID for dynamic sessions.I have a scenario where and agent group chat may need to be re-created from saved state. In this case, the
ACADynamicSessionsCodeExecutor
needs to be associated with a previous instance (so that any execution state is still valid)I propose adding a new argument to the initializer to allow a session ID to be passed in (defaulting to the current behaviour of creating a GUID if absent).
Beta Was this translation helpful? Give feedback.
All reactions