Skip to content

Commit

Permalink
docs: more comments added
Browse files Browse the repository at this point in the history
  • Loading branch information
snowyu committed Aug 14, 2024
1 parent dd95ac7 commit fcff787
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/file.ai.yaml
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
---
version: 0.1.0
type: lib
description: the file loader used in prompt
description: "the file loader used in prompt. eg, 'user: summary the following file content: @file(document.md)'"
tag:
- file
- loader
- prompt
- lib
input:
- result: {required: true} # the file path
- result: {required: true} # The file path passed by the prompt
output:
type: "string"
---
Expand Down

0 comments on commit fcff787

Please sign in to comment.