Commit 02b2a8b
Add disabled flag to MockNodeExecution (#3339)
* Add disabled flag to MockNodeExecution
- Add disabled: bool = False field to MockNodeExecution class
- Update runner to skip disabled mocks during evaluation
- Add disabled field to TypeScript types and serializers
- Update codegen to generate disabled parameter when true
Co-Authored-By: [email protected] <[email protected]>
* Fix serialization to exclude disabled=False from output
Co-Authored-By: [email protected] <[email protected]>
---------
Co-authored-by: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com>
Co-authored-by: [email protected] <[email protected]>1 parent f5034f3 commit 02b2a8b
File tree
5 files changed
+18
-0
lines changed- ee/codegen/src
- generators
- serializers
- types
- src/vellum/workflows
- nodes
- runner
5 files changed
+18
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
290 | 290 | | |
291 | 291 | | |
292 | 292 | | |
| 293 | + | |
| 294 | + | |
| 295 | + | |
| 296 | + | |
| 297 | + | |
| 298 | + | |
| 299 | + | |
| 300 | + | |
| 301 | + | |
| 302 | + | |
293 | 303 | | |
294 | 304 | | |
295 | 305 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2601 | 2601 | | |
2602 | 2602 | | |
2603 | 2603 | | |
| 2604 | + | |
2604 | 2605 | | |
2605 | 2606 | | |
2606 | 2607 | | |
| |||
2611 | 2612 | | |
2612 | 2613 | | |
2613 | 2614 | | |
| 2615 | + | |
2614 | 2616 | | |
2615 | 2617 | | |
2616 | 2618 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
886 | 886 | | |
887 | 887 | | |
888 | 888 | | |
| 889 | + | |
889 | 890 | | |
890 | 891 | | |
891 | 892 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
103 | 103 | | |
104 | 104 | | |
105 | 105 | | |
| 106 | + | |
106 | 107 | | |
107 | 108 | | |
108 | 109 | | |
| |||
112 | 113 | | |
113 | 114 | | |
114 | 115 | | |
| 116 | + | |
| 117 | + | |
115 | 118 | | |
116 | 119 | | |
117 | 120 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
510 | 510 | | |
511 | 511 | | |
512 | 512 | | |
| 513 | + | |
| 514 | + | |
513 | 515 | | |
514 | 516 | | |
515 | 517 | | |
| |||
0 commit comments