You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I want to create a code interpreter plugin, but the model's default output shares the previous code context, so I need a dialogue retention system. However, the plugin API does not have a field to indicate that the request comes from a conversation.
🧐 Proposed Solution
When the gateway requests the plugin API, it carries an X-Session-Id parameter in the header by default, indicating the dialogue ID.
📝 Additional Information
When I have time, I might submit a PR to implement it. I really like Lobechat, and I am eager to create a code interpreter that connects to my operation and maintenance system to assist with some cluster SRE work.
The text was updated successfully, but these errors were encountered:
Thank you for raising an issue. We will investigate into the matter and get back to you as soon as possible.
Please make sure you have given us as much context as possible.
非常感谢您提交 issue。我们会尽快调查此事,并尽快回复您。 请确保您已经提供了尽可能多的背景信息。
🥰 Feature Description
I want to create a code interpreter plugin, but the model's default output shares the previous code context, so I need a dialogue retention system. However, the plugin API does not have a field to indicate that the request comes from a conversation.
🧐 Proposed Solution
When the gateway requests the plugin API, it carries an X-Session-Id parameter in the header by default, indicating the dialogue ID.
📝 Additional Information
When I have time, I might submit a PR to implement it. I really like Lobechat, and I am eager to create a code interpreter that connects to my operation and maintenance system to assist with some cluster SRE work.
The text was updated successfully, but these errors were encountered: