mirror of
https://github.com/aljazceru/goose.git
synced 2025-12-17 14:14:26 +01:00
fix: post endpoint url on sse endpoint event (#900)
This commit is contained in:
@@ -43,7 +43,7 @@ async fn main() -> Result<()> {
|
||||
println!("Connected to server: {server_info:?}\n");
|
||||
|
||||
// Sleep for 100ms to allow the server to start - surprisingly this is required!
|
||||
tokio::time::sleep(Duration::from_millis(100)).await;
|
||||
tokio::time::sleep(Duration::from_millis(500)).await;
|
||||
|
||||
// List tools
|
||||
let tools = client.list_tools(None).await?;
|
||||
|
||||
Reference in New Issue
Block a user