We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6328c99 commit 2741413Copy full SHA for 2741413
1 file changed
apps/sim/tools/index.ts
@@ -829,7 +829,7 @@ export async function executeTool(
829
}
830
831
const strippedOutput = isCustomTool(normalizedToolId)
832
- ? (finalResult.output || {})
+ ? finalResult.output || {}
833
: stripInternalFields(finalResult.output || {})
834
835
return {
@@ -886,7 +886,7 @@ export async function executeTool(
886
887
888
889
890
891
892
0 commit comments