testneo_ai_assistant_query
Answer project-related questions in natural language, with optional context scoping to PDFs, Figma files, or requirements.
Instructions
Same Web AI Assistant as the product UI (/web/ai-assistant): natural-language Q&A over a project, optionally scoped to a unified context (PDF/Figma/requirements ingest). POST /api/web/v1/etl/ai-assistant/query. Pass context_id or context_name_query; omit both for project-wide analytics-style questions. Uses your Web AI chat quota. Optional recommend_context / rag_context match the web request body for AI-Q and document-aware answers.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_id | Yes | ||
| query | Yes | ||
| context_id | No | ||
| context_name_query | No | ||
| context_match_mode | No | auto | |
| prefer_context_id | No | ||
| response_style | No | concise | |
| recommend_context | No | ||
| rag_context | No |