mirror of
https://github.com/perstarkse/minne.git
synced 2026-07-11 15:22:45 +02: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)]
|
#[derive(Debug, Deserialize)]
|
||||||
pub struct PatchKnowledgeEntityParams {
|
pub struct PatchKnowledgeEntityParams {
|
||||||
name: String,
|
pub name: String,
|
||||||
description: String,
|
pub description: String,
|
||||||
}
|
}
|
||||||
|
|
||||||
pub async fn patch_knowledge_entity(
|
pub async fn patch_knowledge_entity(
|
||||||
|
|||||||
Reference in New Issue
Block a user