Files
Jordan Ritter abe69c3d56 feat(showcase-aimock): D6 fixtures for Microsoft Agent Framework integrations
Adds per-integration D6 fixtures for ms-agent-python and ms-agent-dotnet.
2026-05-26 14:02:17 -07:00

28 lines
1010 B
JSON

{
"_meta": {
"description": "D6 fixtures for ms-agent-python / multimodal",
"sourceFile": "harness/fixtures/d5/multimodal.json",
"created": "2026-05-22"
},
"fixtures": [
{
"match": {
"userMessage": "describe the sample image",
"context": "ms-agent-python"
},
"response": {
"content": "The image attachment shows a small abstract test pattern used by the multimodal demo to validate the image-upload pipeline. Successful render of this response confirms the binary attachment round-tripped through the runtime."
}
},
{
"match": {
"userMessage": "summarize the sample document",
"context": "ms-agent-python"
},
"response": {
"content": "The PDF document contains a single test page used by the multimodal demo. Its text was flattened by pypdf on the Python side and forwarded as text content to the model. Receiving this response confirms the document upload path works."
}
}
]
}