Skip to content

Commit e90e55d

Browse files
docs: Adds multiturn simulation howto guide (#786)
Co-authored-by: Tanushree <[email protected]>
1 parent 371d729 commit e90e55d

File tree

5 files changed

+849
-2
lines changed

5 files changed

+849
-2
lines changed

docs/evaluation/concepts/index.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -245,9 +245,9 @@ It can also be more resource efficient to run tests and evaluations together if
245245

246246
You can also choose to write evaluations using standard software testing tools like `pytest` or `vitest/jest` out of convenience.
247247

248-
### Using `pytest` and `vitest/jest`
248+
### Using `pytest` and `Vitest/Jest`
249249

250-
The LangSmith SDKs come with integrations for [pytest](./how_to_guides/pytest) and [`vitest/jest`](./how_to_guides/vitest_jest).
250+
The LangSmith SDKs come with integrations for [pytest](./how_to_guides/pytest) and [`Vitest/Jest`](./how_to_guides/vitest_jest).
251251
These make it easy to:
252252
- Track test results in LangSmith
253253
- Write evaluations as tests

docs/evaluation/how_to_guides/index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ Evaluate and improve your application before deploying it.
3030
- [Run an evaluation from the UI](./how_to_guides/run_evaluation_from_prompt_playground)
3131
- [Run an evaluation via the REST API](./how_to_guides/run_evals_api_only)
3232
- [Run an evaluation with multimodal content](./how_to_guides/evaluate_with_attachments)
33+
- [Simulate multi-turn interactions](./how_to_guides/multi_turn_simulation)
3334

3435
### Define an evaluator
3536

0 commit comments

Comments
 (0)