Commit af94705
committed
fix(exa): flag empty Get Contents configs in the editor, keep legacy research depth
- A saved research workflow with no stored model fell through to the
Agent default of auto rather than the standard depth the old Research
operation used. Legacy research now always maps to an effort level,
defaulting to medium, and the legacy model sub-block carries the same
default the old dropdown had.
- Get Contents needed both selectors optional so the ids path is
reachable, which left an empty config failing only at run time. URLs is
now conditionally required, dropping the requirement when result IDs
are supplied, so the editor flags the empty case. The exactly-one check
in the request body stays as the backstop.1 parent 914c9b2 commit af94705
2 files changed
Lines changed: 41 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
25 | 30 | | |
26 | 31 | | |
27 | 32 | | |
| |||
265 | 270 | | |
266 | 271 | | |
267 | 272 | | |
| 273 | + | |
| 274 | + | |
| 275 | + | |
| 276 | + | |
| 277 | + | |
| 278 | + | |
| 279 | + | |
| 280 | + | |
| 281 | + | |
| 282 | + | |
| 283 | + | |
268 | 284 | | |
269 | 285 | | |
270 | 286 | | |
| |||
431 | 447 | | |
432 | 448 | | |
433 | 449 | | |
| 450 | + | |
434 | 451 | | |
435 | 452 | | |
436 | 453 | | |
| |||
578 | 595 | | |
579 | 596 | | |
580 | 597 | | |
581 | | - | |
582 | | - | |
| 598 | + | |
| 599 | + | |
| 600 | + | |
| 601 | + | |
| 602 | + | |
| 603 | + | |
| 604 | + | |
583 | 605 | | |
584 | 606 | | |
585 | 607 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
178 | 178 | | |
179 | 179 | | |
180 | 180 | | |
| 181 | + | |
| 182 | + | |
| 183 | + | |
| 184 | + | |
| 185 | + | |
| 186 | + | |
| 187 | + | |
| 188 | + | |
| 189 | + | |
| 190 | + | |
| 191 | + | |
| 192 | + | |
| 193 | + | |
| 194 | + | |
| 195 | + | |
| 196 | + | |
| 197 | + | |
181 | 198 | | |
182 | 199 | | |
183 | 200 | | |
| |||
0 commit comments