Commit Graph

7 Commits

Author SHA1 Message Date
mlogclub c84870b968 feat: add fallback mode for AI agents and update knowledge base handling
- Introduced AIAgentFallbackMode with options for NoAnswer and SuggestRetry.
- Updated AI agent edit component to include fallback mode selection.
- Modified API types and payloads to accommodate fallback mode.
- Removed deprecated KnowledgeFallbackMode and related logic from knowledge base.
- Adjusted knowledge retrieval and response handling to utilize new fallback logic.
- Updated tests to reflect changes in fallback mode handling for AI agents.
2026-04-18 13:36:44 +08:00
mlogclub 797bee65f9 refactor: remove remark field from AIAgent and related components 2026-04-18 13:03:59 +08:00
mlogclub 1a657f2dfa refactor(edit): enhance EditDialog layout and improve field descriptions 2026-04-18 13:00:08 +08:00
mlogclub fe50149677 refactor(edit): improve field labels and enhance fallback message handling 2026-04-18 11:29:49 +08:00
mlogclub c9a763024c feat(skill): implement restore functionality for Skill Definitions 2026-04-17 15:54:09 +08:00
mlogclub 0dfa783eec feat(asset): enhance asset handling by adding storageKey and updating upload functions 2026-04-17 12:54:26 +08:00
mlogclub c07e588030 update web to dashboard 2026-04-15 17:20:57 +08:00