Something went wrong. Try again.
Identities for entities did.bot
agent llm did
Something went wrong. Try again.
12345678910111213# Every outbound HTTP client comes from didbot-http, which sets a connect and a# total timeout. See that crate's docs.disallowed-methods = [ { path = "reqwest::Client::new", reason = "use didbot_http::client(), which sets a connect and a total timeout" }, { path = "reqwest::Client::builder", reason = "use didbot_http::builder(), which sets a connect and a total timeout" }, { path = "reqwest::ClientBuilder::new", reason = "use didbot_http::builder(), which sets a connect and a total timeout" }, { path = "reqwest::get", reason = "use didbot_http::client(), which sets a connect and a total timeout" }, { path = "reqwest::blocking::Client::new", reason = "use didbot_http::blocking_builder(), which sets a connect and a total timeout" }, { path = "reqwest::blocking::Client::builder", reason = "use didbot_http::blocking_builder(), which sets a connect and a total timeout" }, { path = "reqwest::blocking::ClientBuilder::new", reason = "use didbot_http::blocking_builder(), which sets a connect and a total timeout" }, { path = "reqwest::blocking::get", reason = "use didbot_http::blocking_builder(), which sets a connect and a total timeout" },]