Searched refs:route_chat (Results 1 – 3 of 3) sorted by relevance
82 let response = client.route_chat(Request::new(outbound)).await?; in run_route_chat()
106 async fn route_chat( in route_chat() method
296 async fn route_chat(478 Finally, let's look at our bidirectional streaming RPC `route_chat`, which receives a stream490 async fn route_chat(518 `route_chat` uses the [async-stream] crate to perform an asynchronous transformation735 Finally, let's look at our bidirectional streaming RPC. The `route_chat` method takes a stream764 let response = client.route_chat(Request::new(outbound)).await?;