Skip to content

Commit

Permalink
fix: missing import in doc string
Browse files Browse the repository at this point in the history
  • Loading branch information
moldhouse committed Oct 22, 2024
1 parent cf7d03e commit 67391f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@ impl Client {

/// Send a chat message to a model.
/// ```no_run
/// use aleph_alpha_client::{Client, How, TaskChat, Error};
/// use aleph_alpha_client::{Client, How, TaskChat, Error, Role};
///
/// async fn chat() -> Result<(), Error> {
/// // Authenticate against API. Fetches token.
Expand Down

0 comments on commit 67391f7

Please sign in to comment.