Commit e28bdad
committed
fix: resolve stack overflow in HCL-style test and clippy warnings
- Change test_config_supports_hcl_style_provider_blocks to use labeled
models block (models "gpt-4.1") instead of unlabeled with id attribute,
since a3s_acl parser has issues with unlabeled nested blocks
- Remove unnecessary .into() calls in agent_api.rs to fix clippy warnings1 parent d549289 commit e28bdad
2 files changed
Lines changed: 6 additions & 6 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
666 | 666 | | |
667 | 667 | | |
668 | 668 | | |
669 | | - | |
670 | | - | |
| 669 | + | |
671 | 670 | | |
672 | 671 | | |
673 | 672 | | |
674 | | - | |
675 | | - | |
| 673 | + | |
676 | 674 | | |
677 | 675 | | |
678 | 676 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1177 | 1177 | | |
1178 | 1178 | | |
1179 | 1179 | | |
| 1180 | + | |
| 1181 | + | |
| 1182 | + | |
1180 | 1183 | | |
1181 | 1184 | | |
1182 | 1185 | | |
| |||
1188 | 1191 | | |
1189 | 1192 | | |
1190 | 1193 | | |
1191 | | - | |
1192 | | - | |
| 1194 | + | |
1193 | 1195 | | |
1194 | 1196 | | |
1195 | 1197 | | |
| |||
0 commit comments