feat: GUI can use structured output present in recipes (#3218)

This commit is contained in:
Jarrod Sibbison
2025-07-03 10:40:29 +10:00
committed by GitHub
parent 49d98e061c
commit cf818ada89
5 changed files with 73 additions and 2 deletions
@@ -285,6 +285,9 @@ function ToolCallView({
}
break;
case 'final_output':
return 'final output';
case 'computer_control':
return 'poking around...';