Commit 5109e64
committed
test: update test_pydantic_model_function for inlined $ref schema (#2384)
After the dereference_local_refs fix, the UserInput model's properties
land directly under tool.parameters["properties"]["user"]["properties"]
instead of inside the $defs container. Update the test assertions to
match the new (LLM-consumable) schema shape.
This is the only test in test_tool_manager.py that was checking the
$defs location; all other tests check tool behavior or per-property
fields that are unaffected by the inlining.
Signed-off-by: Mukunda Katta <mukunda.vjcs6@gmail.com>1 parent c21eea3 commit 5109e64
1 file changed
+4
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
100 | 100 | | |
101 | 101 | | |
102 | 102 | | |
103 | | - | |
104 | | - | |
| 103 | + | |
| 104 | + | |
| 105 | + | |
| 106 | + | |
105 | 107 | | |
106 | 108 | | |
107 | 109 | | |
| |||
0 commit comments