This commit is contained in:
2026-05-08 11:44:42 +08:00
parent b08127031c
commit abf1f1ebea
249 changed files with 39411 additions and 887 deletions

View File

@@ -17,6 +17,8 @@ pub struct CreationAgentDocumentInputPayload {
pub content_type: Option<String>,
pub size_bytes: usize,
pub text: String,
#[serde(default)]
pub source_asset_id: Option<String>,
}
#[derive(Clone, Debug, Serialize, Deserialize, PartialEq, Eq)]