@grekt/cli 6.43.0-beta.1 → 6.43.0-beta.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.js +5 -7
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -104394,12 +104394,10 @@ function assemblePromptfooConfig(config) {
|
|
|
104394
104394
|
return {
|
|
104395
104395
|
prompts: [
|
|
104396
104396
|
{
|
|
104397
|
-
|
|
104398
|
-
|
|
104399
|
-
|
|
104400
|
-
|
|
104401
|
-
role: "user",
|
|
104402
|
-
content: "{{input}}"
|
|
104397
|
+
raw: JSON.stringify([
|
|
104398
|
+
{ role: "system", content: config.systemPrompt },
|
|
104399
|
+
{ role: "user", content: "{{input}}" }
|
|
104400
|
+
])
|
|
104403
104401
|
}
|
|
104404
104402
|
],
|
|
104405
104403
|
providers: [config.provider],
|
|
@@ -104973,7 +104971,7 @@ var whoamiCommand = new Command("whoami").description("Show current user").actio
|
|
|
104973
104971
|
// package.json
|
|
104974
104972
|
var package_default = {
|
|
104975
104973
|
name: "@grekt/cli",
|
|
104976
|
-
version: "6.43.0-beta.
|
|
104974
|
+
version: "6.43.0-beta.2",
|
|
104977
104975
|
description: "AI tools versioned, synced, and shared across tools and teams",
|
|
104978
104976
|
type: "module",
|
|
104979
104977
|
bin: {
|