- Introduce `Capabilities` and `Sandbox` fields in the Assistant model, allowing for detailed descriptions of assistant capabilities and sandbox configurations. - Update loading and conversion functions to handle the new fields, ensuring they are correctly parsed and stored. - Modify filtering and response handling to include the new fields, providing better integration with the API. - Add comprehensive tests to validate the functionality of the new fields, ensuring they are correctly processed in various scenarios. |
||
|---|---|---|
| .. | ||
| assistant_create_test.go | ||
| assistant_test.go | ||
| assistant_update_test.go | ||
| models_test.go | ||
| robot_execution_test.go | ||
| robot_results_activities_test.go | ||
| robot_test.go | ||
| robot_trigger_test.go | ||