Hy
i created an agent with Copilot Studio and kwnowledges sources, it's working.
now i want to test with uploaded file from chatbot, i have a tool with "File Input" on Request, it's working.
In agent i test with "fx"
First(System.Activity.Attachments)
OR
If(
IsEmpty(System.Activity.Attachments),
[],
[{ contentBytes: First(System.Activity.Attachments).Content, name: First(System.Activity.Attachments).Name }])
i always get errors :
aiModelActionBadRequest
Can you help me ?
I have the same question (0)