Skip to content

Commit

Permalink
fix: update for summary
Browse files Browse the repository at this point in the history
  • Loading branch information
snowyu committed Dec 17, 2024
1 parent 3c1fa89 commit 6f58fcc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/guide/guide_lib_list.ai.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |-
Expand All @@ -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]"]

0 comments on commit 6f58fcc

Please sign in to comment.