fix: tighten codex runtime config ownership

This commit is contained in:
Andrey Avtomonov 2026-06-01 17:41:20 +02:00
parent 074c9c3d97
commit f07f3f320b
4 changed files with 11 additions and 19 deletions

View file

@ -119,7 +119,7 @@ describe('CodexKtxLlmRuntime', () => {
telemetryTags: {},
onStepFinish,
toolSet: {
wiki_search: {
aliased_wiki_tool: {
name: 'wiki_search',
description: 'Search wiki',
inputSchema: z.object({ query: z.string() }),