lints step 1

This commit is contained in:
Your Name
2026-04-09 03:35:12 +00:00
parent 28bd094965
commit 8fd439678b
17 changed files with 60 additions and 24 deletions
@@ -21,9 +21,8 @@ import type { ConcreteNode, ToolExecution } from '../ir/types.js';
import type { ContextEnvironment } from '../sidecar/environment.js';
import type { Config } from '../../config/config.js';
import type { BaseLlmClient } from '../../core/baseLlmClient.js';
import type { Content } from '@google/genai';
import type { Content , GenerateContentResponse } from '@google/genai';
import type { GenerateContentResponse } from '@google/genai';
/**
* Creates a valid mock GenerateContentResponse with the provided text.