-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
5 changed files
with
26 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
# SCENARIO Who is Mehran? Normal | ||
# SCENARIO Greeting | ||
|
||
## [USER] | ||
Hi | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
17 changes: 17 additions & 0 deletions
17
demos/Demo.TddRepl/Demo.TddRepl/Plugins/GreetingsPlugin/config.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
{ | ||
"schema": 1, | ||
"type": "completion", | ||
"description": "Returns answer for greetings like when users says hi or hello.", | ||
"completion": { | ||
"max_tokens": 500, | ||
"temperature": 0.0, | ||
"top_p": 0.0, | ||
"presence_penalty": 0.0, | ||
"frequency_penalty": 0.0 | ||
}, | ||
"input": { | ||
"parameters": [ | ||
|
||
] | ||
} | ||
} |
1 change: 1 addition & 0 deletions
1
demos/Demo.TddRepl/Demo.TddRepl/Plugins/GreetingsPlugin/skprompt.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
Answer greetings very open and with lots of positive feeling expressions. |
2 changes: 1 addition & 1 deletion
2
demos/Demo.TddRepl/Demo.TddRepl/Plugins/PeoplePlugin/config.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters