mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-07-22 07:41:23 -07:00
initial worker pr, debugging
This commit is contained in:
@@ -150,10 +150,11 @@ export class SimulationHarness {
|
||||
targetId: ep.id,
|
||||
variantId: 'v-emergency',
|
||||
variant: {
|
||||
status: 'ready',
|
||||
type: 'masked', // Truncation is technically a mask
|
||||
text: ep.yield?.text || '',
|
||||
recoveredTokens: 0,
|
||||
type: 'MASKED_TOOL',
|
||||
id: 'mock-id',
|
||||
metadata: { currentTokens: 0, originalTokens: 0, transformations: [] },
|
||||
tokens: { intent: 0, observation: 0 },
|
||||
intent: {}, observation: {}, toolName: 'tool',
|
||||
},
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user