feat: add reasoning models to integration_test_send_message (#2710)
This commit is contained in:
@@ -286,7 +286,7 @@ class OpenAIClient(LLMClientBase):
|
||||
|
||||
# If we used a reasoning model, create a content part for the ommitted reasoning
|
||||
if is_openai_reasoning_model(llm_config.model):
|
||||
chat_completion_response.choices[0].message.ommitted_reasoning_content = True
|
||||
chat_completion_response.choices[0].message.omitted_reasoning_content = True
|
||||
|
||||
return chat_completion_response
|
||||
|
||||
|
||||
Reference in New Issue
Block a user