react to feedback

This commit is contained in:
Aiqiao Yan
2025-04-17 20:23:07 +00:00
parent f1591cfa68
commit 1c557cdc25
6 changed files with 23 additions and 16 deletions
Generated Vendored
+1 -1
View File
@@ -33612,7 +33612,7 @@ async function run() {
coreExports.setOutput('response', modelResponse || '');
// Save the response to a file in case the response overflow the output limit
const responseFilePath = require$$1.join(tempDir(), RESPONSE_FILE);
coreExports.setOutput('response-path', responseFilePath);
coreExports.setOutput('response-file', responseFilePath);
if (modelResponse && modelResponse !== '') {
fs.writeFileSync(responseFilePath, modelResponse, 'utf-8');
}
Generated Vendored
+1 -1
View File
File diff suppressed because one or more lines are too long