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/tools/tool-registry.test.ts | |
| parent | 87474e52d7e0f3abcaf74272b11c7b9244d98af5 (diff) | |
Simplify user agent handling. (#828)
Diffstat (limited to 'packages/core/src/tools/tool-registry.test.ts')
| -rw-r--r-- | packages/core/src/tools/tool-registry.test.ts | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/packages/core/src/tools/tool-registry.test.ts b/packages/core/src/tools/tool-registry.test.ts index 44e04a9d..4ff8b897 100644 --- a/packages/core/src/tools/tool-registry.test.ts +++ b/packages/core/src/tools/tool-registry.test.ts @@ -128,7 +128,6 @@ const baseConfigParams: ConfigParameters = { model: 'test-model', apiKey: 'test-api-key', vertexai: false, - userAgent: 'TestAgent/1.0', }, embeddingModel: 'test-embedding-model', sandbox: false, |
