diff --git a/engine/baml-runtime/src/internal/llm_client/primitive/openai/types.rs b/engine/baml-runtime/src/internal/llm_client/primitive/openai/types.rs index 847aa8607..d457b2dea 100644 --- a/engine/baml-runtime/src/internal/llm_client/primitive/openai/types.rs +++ b/engine/baml-runtime/src/internal/llm_client/primitive/openai/types.rs @@ -9,7 +9,7 @@ pub type ChatCompletionResponseDelta = ChatCompletionGeneric { /// A unique identifier for the chat completion. - pub id: String, + pub id: Option, /// A list of chat completion choices. Can be more than one if `n` is greater than 1.s pub choices: Vec, /// The Unix timestamp (in seconds) of when the chat completion was created.