Commit 724df9b
authored
fix: correct RPC method call in ClientSideConnection.setSessionModel() (#7)
The setSessionModel method was incorrectly calling session_set_mode
instead of session_set_model, causing parameter validation errors.
Changed line 598 in src/acp.ts to use the correct RPC method.
Fixes: Parameter validation error when calling setSessionModel()1 parent c0ff534 commit 724df9b
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
595 | 595 | | |
596 | 596 | | |
597 | 597 | | |
598 | | - | |
| 598 | + | |
599 | 599 | | |
600 | 600 | | |
601 | 601 | | |
| |||
0 commit comments