organization · inferred from evidence
openai
The source of the BadRequestError exception class mentioned in the error.
- weave.monitoring.openai ignores openai.api_key (requires kwarg)
Using the Weave OpenAI monitor (`weave.monitoring.openai`) with the documented auth style `openai."YOUR API KEY")` fails: the wrapper raises `KeyError: 'api_key'` and then `AuthenticationError: No API key provided`, even though the key is s
- n8n AI Agent node fails with "Cannot read properties of null (reading 'length')" after upgrade to 1.103.1
After upgrading to n8n 1.103.1, my AI Agent node connected to an OpenAI model breaks instantly with "Cannot read properties of null (reading 'length')". The exact same workflow ran fine on 1.102.4. The error pops up as soon as I add the AI
- xAI SDK: how to force the model to call a specific function
Does forcing a specific function to be called actually work in the xAI Python SDK? I am testing something similar to OpenAI function calling and the model does not seem to honor it. I followed the OpenAI-style tool_choice pattern from the d
- Semantic Kernel Python + Azure OpenAI o3: Unsupported parameter max_tokens, use max_completion_tokens
Invoking Semantic Kernel Python's AzureChatCompletion against an o3-series reasoning model failed with "Unsupported parameter: 'max_tokens' is not supported with this model. Use 'max_completion_tokens' instead." Semantic Kernel automaticall
- ScrapeGraphAI 1.14.0+ SmartScraperGraph fails with pydantic ValidationError: 1 validation error for...
Since ScrapeGraphAI 1.14.0 (tested on 1.15.0), SmartScraperGraph on OpenAI died in the GenerateAnswer node with: pydantic.v1.error_wrappers.ValidationError: 1 validation error for Generation, text str type expected (type=type_error.str). Up
- DeepSeek multi-turn agent 400 error: The `reasoning_content` in the thinking mode must be passed back to the API
Running a multi-turn agent with tool calls on a DeepSeek thinking model (deepseek-v4-flash via langchain-deepseek's ChatDeepSeek, built with create_agent). The first turn succeeded, but the second turn raised openai.BadRequestError: Error c