- Added `Name` and `CurrentTaskName` fields to the `Execution` struct for improved UI display during execution phases. - Implemented localization support for UI messages, allowing dynamic updates based on the execution context and user locale. - Updated the executor to manage these fields at various phases, ensuring accurate representation of execution status. - Enhanced OpenAPI documentation to reflect the new fields and their usage in execution responses. - Added unit tests to validate the functionality of UI fields and localization handling. |
||
|---|---|---|
| .. | ||
| assistant_create_test.go | ||
| assistant_test.go | ||
| assistant_update_test.go | ||
| models_test.go | ||
| robot_execution_test.go | ||
| robot_test.go | ||
| robot_trigger_test.go | ||