Skip to content

Latest commit

 

History

History
26 lines (15 loc) · 543 Bytes

File metadata and controls

26 lines (15 loc) · 543 Bytes
page_title subcategory description
openai_vector_store_file_content Data Source - terraform-provider-openai

openai_vector_store_file_content (Data Source)

Schema

Required

  • file_id (String) The ID of the file within the vector store.
  • vector_store_id (String) The ID of the vector store.

Read-Only

  • content (String) The content of the file.
  • id (String) The ID of this resource.