Noah Lu
Noah Lu
@ankitpatel96 Hi, I am using v0.91.0 otel-collector, and I have a service that generates traces and span. I have fixed it locally because I debugged into to pkg/translator/prometheusremotewrite/helper.go getPromExemplars method...
@ankitpatel96 Hi, it is the prometheusremotewrite exporter. Prometheus exporter works fine. Yes, you can see my screen shots that span metrics works fine but with prometheusremotewrite exporter, the mimir/prometheus can...
```python class AgentResponse(BaseModel): thoughts: Optional[str] = None result: Optional[str] = None ``` every works fine in GPT-41, but I encountered same error in GPT-5 ```python agent = AssistantAgent( name="cloud_snow_assistant", model_client=model_client,...