rust-sdk/examples/simple-chat-client/src
Dale Seo 9e881a645b
Implement SEP-1319: Decouple Request Payload from RPC Methods (#617)
* feat: implement SEP-1319 Decouple Request Payload from RPC Methods

* test: update tests

* fix: update handler trait methods to use new types

* fix: update examples

* fix: correct deprecation version

* fix: update wrapper macros to use new *Params type names
2026-01-16 12:16:52 -05:00
..
bin fix(examples): Prevent transport from closing due to premature client drop (#324) 2025-07-21 09:40:47 +08:00
chat.rs fix: match shape of the calltoolresult schema (#377) 2025-08-19 14:28:25 +08:00
client.rs feat(examples): Add func call support (#168) 2025-05-12 13:52:57 +08:00
config.rs feat!: remove SSE transport support (#562) 2025-12-01 20:40:13 -05:00
config.toml feat(examples): Add func call support (#168) 2025-05-12 13:52:57 +08:00
error.rs docs: add a simple chat client for example (#119) 2025-04-10 16:52:25 +08:00
lib.rs docs: add a simple chat client for example (#119) 2025-04-10 16:52:25 +08:00
model.rs feat(examples): Add func call support (#168) 2025-05-12 13:52:57 +08:00
tool.rs Implement SEP-1319: Decouple Request Payload from RPC Methods (#617) 2026-01-16 12:16:52 -05:00