Commit 84dbd72
committed
Fix day count schema: allow 2-7 days instead of hardcoded 3
The [Length(3,3)] attribute on Itinerary.Days forced exactly 3 days
regardless of user selection (2-7). Changed to [Length(1,7)] to match
the UI range.1 parent fc14f63 commit 84dbd72
File tree
2 files changed
+3
-3
lines changed- 10.0/AI/LocalChatClientWithAgents/src
- Models
- ViewModels
2 files changed
+3
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
20 | | - | |
21 | | - | |
| 20 | + | |
| 21 | + | |
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
35 | 35 | | |
36 | 36 | | |
37 | 37 | | |
38 | | - | |
| 38 | + | |
39 | 39 | | |
40 | 40 | | |
41 | 41 | | |
| |||
0 commit comments