Skip to content

Commit

Permalink
chore: updated manifest.json and dist build
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Jan 10, 2025
1 parent e07a826 commit 67883fa
Showing 1 changed file with 3 additions and 9 deletions.
12 changes: 3 additions & 9 deletions dist/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -38565,13 +38565,7 @@
},
],
});
const Qr = yield this.client.messages.create({
model: P,
messages: Br,
temperature: 0.2,
max_tokens: this.maxTokens,
system: [{ type: "text", text: Ir, cache_control: { type: "ephemeral" } }],
});
const Qr = yield this.client.messages.create({ model: P, messages: Br, temperature: 0.2, max_tokens: this.maxTokens, system: Ir });
this.context.logger.info("LLM response:", { response: Qr });
const Dr = Qr.content.filter((C) => C.type === "text")[0];
Ar = Dr ? Qr : null;
Expand Down Expand Up @@ -38633,7 +38627,7 @@
const oe = q(20089);
const ie = q(23618);
function createAdapters(C, P) {
return { openai: { completions: new ie.Completions(C, P), super: new oe.SuperAnthropic(C, P) } };
return { anthropic: { completions: new ie.Completions(C, P), super: new oe.SuperAnthropic(C, P) } };
}
},
62755: function (C, P, q) {
Expand Down Expand Up @@ -38693,7 +38687,7 @@
const Ir = Er.success && ((P = Er.data) === null || P === void 0 ? void 0 : P.tree) ? Er.data.tree : "";
const Br = oe.issue.body;
const Qr = `Please help resolve this issue:\n${Br}\n\nRepository: ${Ot}/${st}\nIssue #${Wt}\n\nFile tree:\n${Ir}`;
const Dr = yield C.adapters.openai.completions.createCompletion(Qr, "anthropic/claude-3.5-sonnet", Ar);
const Dr = yield C.adapters.anthropic.completions.createCompletion(Qr, "anthropic/claude-3.5-sonnet", Ar);
if (!Dr) {
q.error("No solution was generated");
return;
Expand Down

0 comments on commit 67883fa

Please sign in to comment.