Skip to content

Commit 35f5db5

Browse files
authored
Merge pull request #318 from slister1001/patch-1
Update simulator-interaction-data.md to change callback input type
2 parents 2c45e21 + 764a54a commit 35f5db5

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
@@ -117,7 +117,7 @@ You can bring any application endpoint to simulate against by specifying a targe
117117

118118
```python
119119
async def callback(
120-
messages: List[Dict],
120+
messages: Dict,
121121
stream: bool = False,
122122
session_state: Any = None, # noqa: ANN401
123123
context: Optional[Dict[str, Any]] = None,

0 commit comments

Comments
 (0)