pub type CreateKnowledgeFileResponse = KnowledgeFile;Expand description
Response from creating a knowledge file
Aliased Type§
pub struct CreateKnowledgeFileResponse {
pub path: String,
pub size_bytes: i64,
pub content_hash: String,
pub title: Option<String>,
pub description: Option<String>,
pub tags: Vec<String>,
pub peek: Option<String>,
pub created_at: DateTime<Utc>,
pub updated_at: DateTime<Utc>,
}Fields§
§path: String§size_bytes: i64§content_hash: String§title: Option<String>§description: Option<String>§peek: Option<String>§created_at: DateTime<Utc>§updated_at: DateTime<Utc>