Skip to content

Commit 03cec52

Browse files
committed
Fix tests
1 parent 9498309 commit 03cec52

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/key.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -713,6 +713,8 @@ pub enum Action {
713713
/// Provides access to the [delete key](https://www.meilisearch.com/docs/reference/api/keys#delete-a-key) endpoint.
714714
#[serde(rename = "keys.delete")]
715715
KeyDelete,
716+
#[serde(rename = "chatCompletions")]
717+
ChatCompletions,
716718
}
717719

718720
#[derive(Debug, Clone, Deserialize)]

0 commit comments

Comments
 (0)