Skip to content

Commit

Permalink
Fix secure_types.baml validation test
Browse files Browse the repository at this point in the history
  • Loading branch information
antoniosarosi committed Dec 19, 2024
1 parent 35f1c36 commit 1f4007e
Showing 1 changed file with 0 additions and 12 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -271,15 +271,3 @@ class ComplexTypes {
// 16 | n map<complex_key_type[], map<another_key, (int | string[])>>
// 17 | o (((int | string) | bool[]), (float, double) | long_long_identifier_123)
// |
// error: Error validating: Lists are not allowed to be optional
// --> class/secure_types.baml:18
// |
// 17 | o (((int | string) | bool[]), (float, double) | long_long_identifier_123)
// 18 | p string[]?
// |
// error: Error validating: Maps are not allowed to be optional
// --> class/secure_types.baml:19
// |
// 18 | p string[]?
// 19 | q map<string, string>?
// |

0 comments on commit 1f4007e

Please sign in to comment.