yao/kb/types
Max 28368a31b0 Refactor Config struct to ensure consistent JSON/YAML field handling
- Updated the Config struct to include `omitempty` for optional fields in JSON and YAML serialization, ensuring that empty values are omitted from the output.
- Enhanced the Provider struct and related configurations to maintain consistency in field definitions and improve clarity in the codebase.
2025-08-08 17:41:45 +08:00
..
config.go Add uploader configuration and default value in Config 2025-08-06 10:08:19 +08:00
config_test.go Remove obsolete configuration and test files for Knowledge Base 2025-07-25 11:36:15 +08:00
provider.go Remove obsolete configuration and test files for Knowledge Base 2025-07-25 11:36:15 +08:00
types.go Refactor Config struct to ensure consistent JSON/YAML field handling 2025-08-08 17:41:45 +08:00