Including a test harness for it, and making sure the cursor is always at the end.

This commit is contained in:
Evan Senter
2025-04-18 18:14:45 +01:00
parent 3829ac6353
commit 97db77997f
12 changed files with 3269 additions and 67 deletions

View File

@@ -9,7 +9,7 @@ import {
Content,
} from '@google/genai';
import { getApiKey } from '../config/env.js';
import { getModel } from '../config/globalConfig.js';
import { getModel } from '../config/globalConfig.js';
import { CoreSystemPrompt } from './prompts.js';
import {
type ToolCallEvent,