refactor: Make PatchKnowledgeEntityParams fields public

This commit is contained in:
Per Stark
2025-02-11 15:54:29 +01:00
committed by Per Stark" (aider)
parent f92e97e541
commit 79680f3245

View File

@@ -192,8 +192,8 @@ pub struct EntityListData {
#[derive(Debug, Deserialize)]
pub struct PatchKnowledgeEntityParams {
name: String,
description: String,
pub name: String,
pub description: String,
}
pub async fn patch_knowledge_entity(