yao/neo/conversation
Max 882277d974 Enhance assistant filtering and management in Neo API
- Added support for filtering assistants by keywords, connector, and mentionable status in the handleAssistantList function.
- Introduced a new parseBoolValue utility function to handle various boolean formats for filtering.
- Updated the AssistantFilter structure to include an AssistantID field and a Select field for specifying returned fields.
- Refactored process functions to replace 'add' with 'create' for consistency and clarity in assistant management.
- Implemented new processAssistantFind function to retrieve assistants by ID, improving data retrieval capabilities.
- Enhanced tests to cover new filtering options and ensure robust functionality across assistant management operations.
2024-12-29 17:30:33 +08:00
..
mongo.go Enhance assistant management and JSON field handling in Neo API 2024-12-29 17:14:01 +08:00
redis.go Enhance assistant management and JSON field handling in Neo API 2024-12-29 17:14:01 +08:00
types.go Enhance assistant filtering and management in Neo API 2024-12-29 17:30:33 +08:00
weaviate.go Enhance assistant management and JSON field handling in Neo API 2024-12-29 17:14:01 +08:00
xun.go Enhance assistant filtering and management in Neo API 2024-12-29 17:30:33 +08:00
xun_test.go Enhance assistant filtering and management in Neo API 2024-12-29 17:30:33 +08:00