mirror of
https://github.com/simstudioai/sim.git
synced 2026-09-24 15:45:35 +08:00
remove useless paths
This commit is contained in:
@@ -714,7 +714,9 @@ export class AgentBlockHandler implements BlockHandler {
|
||||
...this.createResponseMetadata(result),
|
||||
}
|
||||
} catch (error) {
|
||||
logger.info('JSON parsing failed', { error: error instanceof Error ? error.message : 'Unknown error' })
|
||||
logger.info('JSON parsing failed', {
|
||||
error: error instanceof Error ? error.message : 'Unknown error',
|
||||
})
|
||||
|
||||
// LLM did not adhere to structured response format
|
||||
logger.error('LLM did not adhere to structured response format:', {
|
||||
|
||||
Reference in New Issue
Block a user