Skip to content

Commit

Permalink
chore(sample-app): lint
Browse files Browse the repository at this point in the history
  • Loading branch information
nirga committed Nov 27, 2023
1 parent 26357c6 commit 0495bfb
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions packages/sample-app/sample_app/openai_functions.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,8 @@
},
{
"name": "github_fetcher",
"description": "Gets the code commits for a github repository and a specific owner. if you don't have the required parameters in the specification, you need to ask the user to provide them",
"description": "Gets the code commits for a github repository and a specific owner. if you don't"
+ " have the required parameters in the specification, you need to ask the user to provide them",
"parameters": {
"type": "object",
"properties": {
Expand All @@ -51,7 +52,8 @@
},
"since": {
"type": "string",
"description": "Only show notifications updated after the given time. This is a timestamp in ISO 8601 format: YYYY-MM-DDTHH:MM:SSZ.",
"description": "Only show notifications updated after the given time. This is a timestamp "
+ "in ISO 8601 format: YYYY-MM-DDTHH:MM:SSZ.",
},
},
"required": ["owner", "repo"],
Expand Down

0 comments on commit 0495bfb

Please sign in to comment.