Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
pelikhan committed Dec 5, 2024
2 parents c1233ed + e1a3b15 commit 8fa7e9a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "genaiscript-workspace",
"version": "1.80.5",
"version": "1.80.7",
"license": "MIT",
"private": true,
"workspaces": {
Expand Down
2 changes: 1 addition & 1 deletion packages/cli/src/version.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import packageJson from "../package.json"

// This file exports specific versions of dependencies and engines from package.json.
// This file exports specific versions of dependencies and engines from package.json

/**
* The minimum required Node.js version for this package.
Expand Down
2 changes: 1 addition & 1 deletion packages/sample/genaisrc/git-release-notes.genai.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ const diff = await git.diff({
})
console.debug(diff)

const commitsName = def("COMMITS", commits, { maxTokens: 3000 })
const commitsName = def("COMMITS", commits, { ignoreEmpty: true, maxTokens: 3000 })
const diffName = def("DIFF", diff, { maxTokens: 12000 })

$`
Expand Down

0 comments on commit 8fa7e9a

Please sign in to comment.