feat: add reasoning models to integration_test_send_message (#2710)

This commit is contained in:
Kevin Lin
2025-06-13 14:54:37 -07:00
committed by GitHub
parent a3300b99ba
commit 93c15244ab
8 changed files with 98 additions and 33 deletions

View File

@@ -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