Matt Michel
Matt Michel
I'm also getting this issue
When I tested it to see what would happen when adding in a vector_store_id it returned a response as expected through the "text" value with references to the vector store...
@lgrammel I should have checked before responding. The "annotations" property is already available on the `OpenAIResponsesAssistantMessage`. This should be enough to pass through those annotations through the SDK response. ```...
Ok made some adjustments to ensure the annotations information is being returned properly through the sdk. Tested this locally and got a nice `sources` value when trying out with the...