diff options
| author | Tommaso Sciortino <[email protected]> | 2025-06-09 09:31:27 -0700 |
|---|---|---|
| committer | GitHub <[email protected]> | 2025-06-09 09:31:27 -0700 |
| commit | 0613062fc83c593813e8a4391257364d5202bfdd (patch) | |
| tree | f05f503d4a854f322d9a53906efcc53eb061b173 /packages/core/src/config/config.test.ts | |
| parent | 87474e52d7e0f3abcaf74272b11c7b9244d98af5 (diff) | |
Simplify user agent handling. (#828)
Diffstat (limited to 'packages/core/src/config/config.test.ts')
| -rw-r--r-- | packages/core/src/config/config.test.ts | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/packages/core/src/config/config.test.ts b/packages/core/src/config/config.test.ts index 52b86da8..df3b3de3 100644 --- a/packages/core/src/config/config.test.ts +++ b/packages/core/src/config/config.test.ts @@ -46,7 +46,6 @@ describe('Server Config (config.ts)', () => { const DEBUG_MODE = false; const QUESTION = 'test question'; const FULL_CONTEXT = false; - const USER_AGENT = 'ServerTestAgent/1.0'; const USER_MEMORY = 'Test User Memory'; const TELEMETRY = false; const EMBEDDING_MODEL = 'gemini-embedding'; @@ -54,7 +53,6 @@ describe('Server Config (config.ts)', () => { contentGeneratorConfig: { apiKey: API_KEY, model: MODEL, - userAgent: USER_AGENT, }, embeddingModel: EMBEDDING_MODEL, sandbox: SANDBOX, |
