Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/_docs/user-guide/eldritchv2-core.md
Original file line number Diff line number Diff line change
Expand Up @@ -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**
Expand Down
4 changes: 2 additions & 2 deletions docs/_docs/user-guide/eldritchv2.md
Original file line number Diff line number Diff line change
Expand Up @@ -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**
Expand Down