product · inferred from evidence
Weave
A product that provides tracing and context management for operations, including those decorated with @weave.op().
- 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
- Weave ops not tracing when called from Flask endpoints
Functions decorated with `@weave.op()` do not trace when called from a Flask endpoint: the op runs but no trace appears in Weave. Same code works outside Flask.