mirror of
https://github.com/perstarkse/minne.git
synced 2026-04-18 06:59:43 +02:00
refactor: Make PatchKnowledgeEntityParams fields public
This commit is contained in:
committed by
Per Stark" (aider)
parent
261ae9566f
commit
c943783e0b
@@ -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