ragflow/api/apps/sdk
hy89 8ba1e6c183
Feat: add sync_dsl parameter to support synchronizing modifications to existing sessions (#5843)
When accessing the /api/v1/agents/{agent_id}/completions API, sessions
created before agent modifications retain the old DSL data. To use the
latest agent configuration (like new prompts) in historical sessions, I
added the sync_dsl parameter. It defaults to False to maintain existing
behavior and only synchronizes when set to True. If needed, a manual
synchronization API can be created to trigger the sync explicitly.
2025-03-10 17:46:08 +08:00
..
agent.py Added static check at PR CI (#3921) 2024-12-08 21:23:51 +08:00
chat.py Fix: broken /api/v1/chats endpoint (#5785) 2025-03-10 11:22:06 +08:00
dataset.py Fix: bugs mentioned by#5760 (#5778) 2025-03-10 11:22:06 +08:00
dify_retrieval.py Code refactor (#5371) 2025-02-26 15:40:52 +08:00
doc.py Fix: meta fields updata issue, (#5764) 2025-03-07 16:21:27 +08:00
session.py Feat: add sync_dsl parameter to support synchronizing modifications to existing sessions (#5843) 2025-03-10 17:46:08 +08:00