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
fix(ai): restore prompt bizTags to List<String> for backward compatibility
Revert PromptMetaSummary.bizTags from String back to List<String> to
maintain backward compatibility with existing clients. Add a new
bizTagsStr field (String) to carry the raw DB value for console-ui
usage.
- Restore bizTags field type to List<String> in PromptMetaSummary
- Add bizTagsStr (String) field for raw string representation
- Add parseBizTagsList() in PromptOperationServiceImpl to convert
DB string to List (supports JSON array and comma-separated formats)
- Populate both bizTags and bizTagsStr in listPrompts/getPromptDetail
- Update legacy console-ui to read from bizTagsStr
- Update console-ui-next types and components to use string[] bizTags
🤖 Generated with [Qoder][https://qoder.com]
0 commit comments