M-Hietala
M-Hietala
# Description Please add an informative description that covers that changes made by the pull request and link all relevant issues. # All Promptflow Contribution checklist: - [ ] **The...
**Is your feature request related to a problem? Please describe.** Promptflow is only supporting deprecated function calls: https://github.com/openai/openai-python/blob/0cbce3f6777fd8f137ed7445e9bc2f2aa5c9f5b4/src/openai/resources/chat/completions.py#L322C1-L322C53 **Describe the solution you'd like** Add support for tool_call and using functions...
# Description Please add an informative description that covers that changes made by the pull request and link all relevant issues. If an SDK is being regenerated based on a...
adding agent id to response generation trace
## Summary This PR adds instrumentation support for the OpenAI Responses API (structured outputs) to the `opentelemetry-instrumentation-openai-v2` library, following the same monkeypatching pattern used for chat completions. ## Background The...