mirror of
https://github.com/run-llama/auto_rfp.git
synced 2026-07-21 03:55:24 -04:00
f3d62e5233
Add agentic_mode field to request schema and form data parser to ensure the agenticMode option is properly passed through the parsing pipeline. This resolves TypeScript compilation error where agenticMode was required in LlamaParseOptions but not provided by the processing service.