Skip to content

Commit

Permalink
Addressed PR feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
dmytrostruk committed Dec 4, 2024
1 parent 105802c commit 0aafb8d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"schema": 1,
"type": "completion",
"description": "Provides an information about movies to the user",
"description": "Provides information about movies to the user",
"execution_settings": {
"default": {
"max_tokens": 1000,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
template: |
What are the top 10 movies of all time?
template_format: semantic-kernel
description: Provides an information about movies to the user.
description: Provides information about movies to the user.
execution_settings:
default:
max_tokens: 1000
Expand Down

0 comments on commit 0aafb8d

Please sign in to comment.