From 6f58fcc4e77f0582ce840587ac017f6bb541bda3 Mon Sep 17 00:00:00 2001 From: Riceball LEE Date: Tue, 17 Dec 2024 15:15:06 +0800 Subject: [PATCH] fix: update for summary --- lib/guide/guide_lib_list.ai.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/guide/guide_lib_list.ai.yaml b/lib/guide/guide_lib_list.ai.yaml index c6fc196..82021f6 100644 --- a/lib/guide/guide_lib_list.ai.yaml +++ b/lib/guide/guide_lib_list.ai.yaml @@ -26,8 +26,8 @@ output: type: 'string' description: the description for the link instruction: |- - - Summary the key points and essence of it - Extract all links with title and description base on the markdown links from it + - Output summary and links list file: "README.md" --- # - system: |- @@ -40,6 +40,6 @@ file: "README.md" # - user: Output all urls with title in markdown format from the README.md # - assistant: "[[urls:temperature=0.01]]" # - -> summary(file={{__dirname + file}}, content) -- -> summary(file={{__dirname + file}}, content=instruction) -> json(output=output) +- -> summary(file={{__dirname + file}}, instruction) -> json(output=output) # - $|echo: ["summary", "links[0]"]