//! Response types for OAGW proxy calls to OpenAI-compatible APIs.
//!
//! Used by `AttachmentService` to parse responses from the Files API
//! and Vector Stores API.
use Deserialize;
/// Response from `POST /v1/files` — the uploaded file object.
/// Response from `POST /v1/vector_stores` — the created vector store.
/// Response from `POST /v1/vector_stores/{id}/files` — the added file.