AI for QA / Quiz
Trace the Langflow Component Contract
Distinguish a fixed flow from agent tool selection and diagnose typed ports, action metadata, and tool failures.
- Difficulty
- Medium
- Format
- Quiz
- Points
- 150
- Estimate
- 8 min
// MISSION BRIEF
Your Mission
Two Langflow canvases answer support questions differently. Read their component graphs and a failed connection report, then locate the contract that governs each hop and the extra test surface introduced by an agent.
// FIRST CONTACT
Battle teaser
Flow A: Chat Input -> Prompt Template -> Language Model -> Chat Output. Flow B: Chat Input -> Agent, with tools Jira Search (read) and Create Issue (write), -> Chat Output. What is the key testing difference?
- AAgents remove the need to test downstream services
- BFlow B executes every registered tool on every prompt
- CFlow A has a fixed component path, while Flow B adds model-driven tool selection and tool arguments that must be tested
- DFlow A cannot call a language model
Answers, scoring, hints, and the full battle stay sealed.
// SKILL TAGS
workflow-testinglangflowagentsai-for-qa