Skip to content

Commit a0a4b21

Browse files
Vikhyath MondretiVikhyath Mondreti
authored andcommitted
remove useless paths
1 parent 1f6dcd8 commit a0a4b21

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

apps/sim/executor/handlers/agent/agent-handler.ts

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -714,7 +714,9 @@ export class AgentBlockHandler implements BlockHandler {
714714
...this.createResponseMetadata(result),
715715
}
716716
} catch (error) {
717-
logger.info('JSON parsing failed', { error: error instanceof Error ? error.message : 'Unknown error' })
717+
logger.info('JSON parsing failed', {
718+
error: error instanceof Error ? error.message : 'Unknown error',
719+
})
718720

719721
// LLM did not adhere to structured response format
720722
logger.error('LLM did not adhere to structured response format:', {

0 commit comments

Comments
 (0)