Commit b9f02a6
fix(Azure): guard missing description for VectorStores (#765)
Azure OpenAI's vector-store endpoint does not yet return the `description`
field that was added in v0.19.1, causing "Undefined array key description"
errors. Default to null when the key is absent, consistent with how other
optional fields are handled across the codebase.
Co-authored-by: jesse-bos <jesse.bos@dij.digital>1 parent 3e6c593 commit b9f02a6
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
55 | 55 | | |
56 | 56 | | |
57 | 57 | | |
58 | | - | |
| 58 | + | |
59 | 59 | | |
60 | 60 | | |
61 | 61 | | |
| |||
0 commit comments