Commit 9c055aa
Add get_model and send_telemetry to Rust-only API list
Bot review on PR #1164 (comment 3164786116) caught two more accidental
omissions in the README's 'Rust-only API' section. Both methods are
real and exposed; just missing from this inventory:
- Session::get_model — wraps session.model.getCurrent. Folded into the
existing 'First-class Session convenience methods' bullet.
- Client::send_telemetry / Session::send_telemetry — wrap sendTelemetry
/ session.sendTelemetry. Added a new dedicated bullet because no
other SDK exposes these RPC endpoints in their public API at all
(not even via typed namespaces), so it's a higher-divergence item
worth its own line.
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>1 parent a1e61d9 commit 9c055aa
1 file changed
Lines changed: 8 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
685 | 685 | | |
686 | 686 | | |
687 | 687 | | |
688 | | - | |
689 | | - | |
690 | | - | |
691 | | - | |
| 688 | + | |
| 689 | + | |
| 690 | + | |
| 691 | + | |
| 692 | + | |
| 693 | + | |
| 694 | + | |
| 695 | + | |
692 | 696 | | |
693 | 697 | | |
694 | 698 | | |
| |||
0 commit comments