diff --git a/docs/_docs/user-guide/eldritchv2-core.md b/docs/_docs/user-guide/eldritchv2-core.md index 7e224173d..1d841a039 100644 --- a/docs/_docs/user-guide/eldritchv2-core.md +++ b/docs/_docs/user-guide/eldritchv2-core.md @@ -843,7 +843,7 @@ It allows you to: **Errors** - Returns an error string if the interval cannot be set. -* **`agent.set_active_callback_uri`** +* **`agent.set_callback_uri`** Sets the active callback URI for the agent. **Parameters** diff --git a/docs/_docs/user-guide/eldritchv2.md b/docs/_docs/user-guide/eldritchv2.md index 91477f32d..d6745528f 100644 --- a/docs/_docs/user-guide/eldritchv2.md +++ b/docs/_docs/user-guide/eldritchv2.md @@ -85,8 +85,8 @@ Returns a list of available transport names. **Errors** - Returns an error string if the list cannot be retrieved. -### agent.set_active_callback_uri -`agent.set_active_callback_uri(uri: str) -> None` +### agent.set_callback_uri +`agent.set_callback_uri(uri: str) -> None` Sets the active callback URI for the agent. **Parameters**