VectorStoreFileCreateRequest.FileId

VectorStoreFileCreateRequest.FileId property

Gets or sets a File ID that the vector store should use. Useful for tools like file_search that can access files.

public string FileId { get; set; }

See Also