Files
copilotkit__copilotkit/showcase/aimock/d6/ms-agent-python/multimodal.json

28 lines
919 B
JSON

{
"_meta": {
"description": "D6 fixtures for ms-agent-python / multimodal",
"sourceFile": "harness/fixtures/d5/multimodal.json",
"created": "2026-05-22"
},
"fixtures": [
{
"match": {
"userMessage": "can you tell me what is in this demo image I just attached",
"context": "ms-agent-python"
},
"response": {
"content": "The attached image is the CopilotKit logo — a clean, geometric mark used across CopilotKit branding."
}
},
{
"match": {
"userMessage": "can you tell me what is in this demo pdf I just attached",
"context": "ms-agent-python"
},
"response": {
"content": "The attached PDF document is the CopilotKit Quickstart guide. It walks through installing the React packages, configuring the CopilotKit provider, and adding a CopilotKit chat component to an application."
}
}
]
}