yao/agent/assistant/hook
Max baf90d374c Add test for assistant creation and script execution
- Implemented TestCreate to validate the creation of the 'tests.create' assistant.
- Added context handling for the assistant, ensuring proper execution of the script with a sample user message.
- Enhanced error handling to check for the presence of the script in the assistant.
2025-11-13 15:23:30 +08:00
..
create.go Implement Execute method call in Create function for improved assistant creation handling 2025-11-13 12:20:27 +08:00
create_test.go Add test for assistant creation and script execution 2025-11-13 15:23:30 +08:00
done.go Refactor Assistant methods and context handling for improved functionality 2025-11-13 09:26:45 +08:00
failback.go Refactor Assistant methods and context handling for improved functionality 2025-11-13 09:26:45 +08:00
hook.go Refactor Assistant methods and context handling for improved functionality 2025-11-13 09:26:45 +08:00
mcp.go Refactor Assistant methods and context handling for improved functionality 2025-11-13 09:26:45 +08:00
script.go Add Execute method to Script type for enhanced script execution 2025-11-13 11:42:36 +08:00
types.go Refactor Assistant methods and context handling for improved functionality 2025-11-13 09:26:45 +08:00