From c2465fa4401afdc550ceb4b919ea5ed896ed4d71 Mon Sep 17 00:00:00 2001 From: Riceball LEE Date: Wed, 14 Aug 2024 19:29:30 +0800 Subject: [PATCH] feat!: add version to lib --- lib/char.ai.yaml | 2 +- lib/file.ai.yaml | 1 + lib/json.ai.yaml | 9 +++++++-- 3 files changed, 9 insertions(+), 3 deletions(-) diff --git a/lib/char.ai.yaml b/lib/char.ai.yaml index b3f1d0d..d585a0b 100644 --- a/lib/char.ai.yaml +++ b/lib/char.ai.yaml @@ -1,5 +1,5 @@ --- -templateFormat: hf +version: 0.1.0 type: type description: the type of the character tag: diff --git a/lib/file.ai.yaml b/lib/file.ai.yaml index cb96c9c..45b8cf0 100644 --- a/lib/file.ai.yaml +++ b/lib/file.ai.yaml @@ -1,4 +1,5 @@ --- +version: 0.1.0 type: lib description: the file loader used in prompt tag: diff --git a/lib/json.ai.yaml b/lib/json.ai.yaml index e624851..5ec4bef 100644 --- a/lib/json.ai.yaml +++ b/lib/json.ai.yaml @@ -1,6 +1,11 @@ --- -templateFormat: hf -type: extract # 内容提取 +version: 0.1.0 +type: lib +description: extract json from text +tag: + - json + - extract + - lib prompt: add_generation_prompt: true messages: