Commit 448181b
authored
Assistant - Fix null-reference exception when accessing
The propertis for `RunStepDetailsUpdate` all fall-through for null internal definitions, except for `FunctionName`...which results in a `NullReferenceException`. This is inconsistent with the expected behavior.
This complicates inspection when _file-search_ and _functions_ are both enabled.RunStepDetailsUpdate.FunctionName (#293)1 parent 539172f commit 448181b
File tree
2 files changed
+7
-1
lines changed- src/Custom/Assistants/Streaming
- tests/Assistants
2 files changed
+7
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
45 | 45 | | |
46 | 46 | | |
47 | 47 | | |
48 | | - | |
| 48 | + | |
49 | 49 | | |
50 | 50 | | |
51 | 51 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1015 | 1015 | | |
1016 | 1016 | | |
1017 | 1017 | | |
| 1018 | + | |
| 1019 | + | |
| 1020 | + | |
| 1021 | + | |
| 1022 | + | |
| 1023 | + | |
1018 | 1024 | | |
1019 | 1025 | | |
1020 | 1026 | | |
| |||
0 commit comments