- Implement TestEnsureChatMetadata to verify that metadata, including robot_id, is correctly persisted in chat records. - Update EnsureChat method to store metadata from the context when creating chat records. - Introduce TestExecutorGoalsInjection to validate that pre-confirmed goals are injected into executions from TriggerInput.Data. - Enhance executor logic to handle goal injection and persistence, ensuring accurate execution titles. - Modify chat filtering to support chat_id_prefix for improved chat retrieval based on robot identifiers. |
||
|---|---|---|
| .. | ||
| assistant_create_test.go | ||
| assistant_test.go | ||
| assistant_update_test.go | ||
| models_test.go | ||
| robot_execution_test.go | ||
| robot_host_test.go | ||
| robot_interact_test.go | ||
| robot_results_activities_test.go | ||
| robot_test.go | ||
| robot_trigger_test.go | ||