Commit 1f4f816
Fix typo in BrowserSerializedContinueConfig type definition
The type incorrectly referenced 'evaluatePolicy' instead of 'evaluateToolCallPolicy',
which is the actual field name in the Tool interface. This prevented TypeScript from
properly enforcing the omission of this field when serializing tools for the browser.
Fixes CON-4401
Generated with [Continue](https://continue.dev)
Co-authored-by: Continue <[email protected]>
Co-authored-by: [email protected]1 parent 3c630d7 commit 1f4f816
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1789 | 1789 | | |
1790 | 1790 | | |
1791 | 1791 | | |
1792 | | - | |
| 1792 | + | |
1793 | 1793 | | |
1794 | 1794 | | |
1795 | 1795 | | |
| |||
0 commit comments