Skip to content

Commit

Permalink
log
Browse files Browse the repository at this point in the history
  • Loading branch information
ponderingdemocritus committed Jan 21, 2025
1 parent f042903 commit 7fbe41d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/core/src/core/chain-of-thought.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1592,6 +1592,8 @@ ${actionExamplesText}
// Remove markdown code block formatting if present
responseText = responseText.replace(/```json\n?|\n?```/g, "");

console.log("responseText", responseText);

let parsed: T;
try {
parsed = JSON.parse(responseText);
Expand Down

0 comments on commit 7fbe41d

Please sign in to comment.