Validate Final Chat Output

After the workflow completes, inspect both the final response and the node-level data that produced it. Validate the final response against the source data and the expected response format for the workflow's use case.

  1. Go to AI Agent Studio and open the Workflows workflows tab.
  2. Select Edit Edit to modify a workflow.
  3. From the toolbar, select Debug Debug.
  4. Enter a prompt in Ask Oracle and submit it to run the workflow.
  5. Read the final chat response, and then select the final summary node.
  6. Inspect its input includes the expected source data.
  7. Inspect its output matches the final chat response.
  8. If the final response is incorrect, trace backward to the previous node, and continue tracing until you find the first incorrect input or output.
This process helps prevent unnecessary changes to the final response prompt when the real issue is upstream routing, retrieval, or payload generation.