Skip to content

Commit

Permalink
Fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
dqbd committed Feb 16, 2024
1 parent 7ab8380 commit 3b6a799
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/core_docs/docs/guides/langsmith_evaluation.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -234,8 +234,8 @@ import { runOnDataset } from "langchain/smith";
await runOnDataset(agentExecutor, datasetName, {
evaluators,

// (Optional) Provide a name of the evaluator run to be
// displayed in the LangSmith UI
// (Optional) Provide a name of the evaluator run to be
// displayed in the LangSmith UI
projectName: "Name of the evaluation run",
});
```
Expand Down

0 comments on commit 3b6a799

Please sign in to comment.