Skip to content

Commit 7f9be16

Browse files
authored
Update simulator-interaction-data.md
1 parent cb72dea commit 7f9be16

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/ai-foundry/how-to/develop/simulator-interaction-data.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -258,7 +258,7 @@ print(json.dumps(outputs, indent=2))
258258

259259
#### Simulate and evaluate for groundedness
260260

261-
There's a dataset of 287 query and associated context pairs in the SDK. To use this dataset as the conversation starter with your `Simulator`, use the previous `callback` function defined previously.
261+
We provide a dataset of 287 query/context pairs in the SDK. To use this dataset as the conversation starter with your `Simulator`, use the previous `callback` function defined previously.
262262

263263
```python
264264
import importlib.resources as pkg_resources

0 commit comments

Comments
 (0)