Skip to content

Commit 764a54a

Browse files
authored
Update simulator-interaction-data.md to change callback input type
1 parent 7af2ef0 commit 764a54a

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)