Summary
Update the agent chat configuration to use Quen 3.6 and Quen 3.6+ as the backend models, and enable multimodal support for image and PDF inputs.
Problem / Context
The chat agent needs to be routed through the new backend model configuration and support richer user inputs. Users should be able to send images and PDFs in chat and have the agent process them through the appropriate multimodal-capable model path.
Scope (optional)
Update the chat model configuration and routing so:
- Agent chat uses Quen 3.6 and Quen 3.6+ as the backend model options.
- The correct default model is selected for normal chat workloads.
- Image and PDF inputs are accepted and routed to a multimodal-capable path.
- Unsupported models/providers do not receive image/PDF payloads without a clear fallback or error.
Acceptance criteria
Related
- Agent chat model routing.
- Multimodal chat attachments for images and PDFs.
Summary
Update the agent chat configuration to use Quen 3.6 and Quen 3.6+ as the backend models, and enable multimodal support for image and PDF inputs.
Problem / Context
The chat agent needs to be routed through the new backend model configuration and support richer user inputs. Users should be able to send images and PDFs in chat and have the agent process them through the appropriate multimodal-capable model path.
Scope (optional)
Update the chat model configuration and routing so:
Acceptance criteria
Related