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.
|
||
|---|---|---|
| .. | ||
| develop | ||
| guides | ||
| references | ||
| _category_.json | ||
| configurations.md | ||
| faq.md | ||
| quickstart.mdx | ||
| release_notes.md | ||