@empiricalrun/test-gen 0.38.38 → 0.38.39
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/CHANGELOG.md
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"repo-edit.d.ts","sourceRoot":"","sources":["../../../src/agent/codegen/repo-edit.ts"],"names":[],"mappings":"AAAA,OAAO,EAAuB,WAAW,EAAE,MAAM,mBAAmB,CAAC;
|
|
1
|
+
{"version":3,"file":"repo-edit.d.ts","sourceRoot":"","sources":["../../../src/agent/codegen/repo-edit.ts"],"names":[],"mappings":"AAAA,OAAO,EAAuB,WAAW,EAAE,MAAM,mBAAmB,CAAC;AAarE,wBAAsB,aAAa,CAAC,EAClC,KAAK,EACL,IAAI,GACL,EAAE;IACD,KAAK,CAAC,EAAE,WAAW,CAAC;IACpB,IAAI,EAAE,MAAM,CAAC;CACd,iBA4IA"}
|
|
@@ -123,7 +123,7 @@ Follow these instructions before responding with output:
|
|
|
123
123
|
trace: repoEditSpan,
|
|
124
124
|
provider: "anthropic",
|
|
125
125
|
defaultModel: "claude-3-5-sonnet-20240620",
|
|
126
|
-
providerApiKey: constants_1.MODEL_API_KEYS[
|
|
126
|
+
providerApiKey: constants_1.MODEL_API_KEYS["anthropic"],
|
|
127
127
|
});
|
|
128
128
|
const updatedUsageExampleMessage = await llm.createChatCompletion({
|
|
129
129
|
messages: prompt,
|