Skip to content

Commit 9896bd9

Browse files
committed
Add import
1 parent a267897 commit 9896bd9

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -512,6 +512,8 @@ The language options can be passed in as an optional parameter to the `Adversari
512512
Usage example below:
513513

514514
```python
515+
from azure.ai.evaluation.simulator import SupportedLanguages
516+
515517
outputs = await simulator(
516518
scenario=scenario, # required, adversarial scenario to simulate
517519
target=callback, # required, callback function to simulate against

0 commit comments

Comments
 (0)