feat: consolidate sandbox configurations into a single object (#1154)

This commit is contained in:
Brandon Keiji
2025-06-18 10:01:00 -07:00
committed by GitHub
parent 30d1662128
commit 332512853e
9 changed files with 154 additions and 93 deletions

View File

@@ -131,7 +131,7 @@ const baseConfigParams: ConfigParameters = {
vertexai: false,
},
embeddingModel: 'test-embedding-model',
sandbox: false,
sandbox: undefined,
targetDir: '/test/dir',
debugMode: false,
userMemory: '',