Skip to content

Commit

Permalink
feat: ♻️ add new system commands to pr-describe script
Browse files Browse the repository at this point in the history
  • Loading branch information
pelikhan committed Dec 20, 2024
1 parent a8aaac8 commit fab38b7
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion packages/sample/genaisrc/pr-describe.genai.mjs
Original file line number Diff line number Diff line change
@@ -1,7 +1,13 @@
script({
temperature: 1,
title: "pr-describe",
system: ["system", "system.fs_find_files", "system.fs_read_file"],
system: [
"system",
"system.output_markdown",
"system.assistant",
"system.fs_find_files",
"system.fs_read_file",
],
parameters: {
defaultBranch: {
type: "string",
Expand Down

0 comments on commit fab38b7

Please sign in to comment.