Skip to content

Commit

Permalink
log outputs
Browse files Browse the repository at this point in the history
  • Loading branch information
ngundotra committed Mar 5, 2025
1 parent bcfa7d2 commit d2a3754
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/langchain/evals/transfer.eval.ts
Original file line number Diff line number Diff line change
Expand Up @@ -96,12 +96,11 @@ ls.describe("Agent Tests", () => {
}
});

// console.log("result", result);
ls.logOutputs(result);

// First tool call should be to transfer
const aiMessage = result.messages[1];
const toolCall = aiMessage.tool_calls[0];
// console.log("toolCall", toolCall);

// Store evaluation results in langsmith
const wrappedToolEvaluator = ls.wrapEvaluator(correctToolCall);
Expand Down

0 comments on commit d2a3754

Please sign in to comment.