Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Enhance tag parsing flexibility in Assistant loading
- Improved tag handling in loadMap to support multiple input types - Added support for parsing tags from []interface{}, string, and other JSON-compatible formats - Utilized jsoniter for robust type conversion and marshaling - Increased robustness of tag loading process for diverse input scenarios This change enhances the flexibility of tag parsing during Assistant initialization, allowing more versatile data input methods.
- Loading branch information