Skip to content

Commit 8dbb88b

Browse files
authored
Merge pull request #34 from spiceai/viktor/fix-in-memory
in-memory should be in_memory (64bit#521)
2 parents 7d5d317 + d08f44e commit 8dbb88b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

async-openai/src/types/responses/response.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -845,7 +845,7 @@ pub enum ReasoningSummary {
845845
/// The retention policy for the prompt cache.
846846
#[derive(Debug, Serialize, Deserialize, Clone, Copy, PartialEq, ToSchema)]
847847
pub enum PromptCacheRetention {
848-
#[serde(rename = "in-memory")]
848+
#[serde(rename = "in_memory")]
849849
InMemory,
850850
#[serde(rename = "24h")]
851851
Hours24,

0 commit comments

Comments
 (0)