mirror of
https://github.com/perstarkse/minne.git
synced 2026-03-20 08:34:31 +01:00
refactor: Make PatchKnowledgeEntityParams fields public
This commit is contained in:
committed by
Per Stark" (aider)
parent
f92e97e541
commit
79680f3245
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user