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.
- Go to AI Agent Studio and open the
Workflows
tab. - Select Edit
to modify a workflow. - From the toolbar, select Debug
. - Enter a prompt in Ask Oracle and submit it to run the workflow.
- Read the final chat response, and then select the final summary node.
- Inspect its input includes the expected source data.
- Inspect its output matches the final chat response.
- If the final response is incorrect, trace backward to the previous node, and continue tracing until you find the first incorrect input or output.