Skip to content

Commit

Permalink
feat: add hint and n inputs to basic prompty template πŸ“
Browse files Browse the repository at this point in the history
  • Loading branch information
pelikhan committed Oct 24, 2024
1 parent be333ef commit 01fbd5d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions packages/sample/src/templates/basic.prompty
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,10 @@ model:
inputs:
question:
type: string
hint:
type: string
n:
type: number
sample:
question: Who is the most famous person in the world?
n: 5
Expand Down

0 comments on commit 01fbd5d

Please sign in to comment.