We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dde03cf commit 76e0487Copy full SHA for 76e0487
1 file changed
src/cli/operations/agent/generate/schema-mapper.ts
@@ -10,6 +10,7 @@ import type {
10
ModelProvider,
11
} from '../../../../schema';
12
import { DEFAULT_STRATEGY_NAMESPACES } from '../../../../schema';
13
+import { GatewayPrimitive } from '../../../primitives/GatewayPrimitive';
14
import { computeDefaultCredentialEnvVarName } from '../../../primitives/credential-utils';
15
import type {
16
AgentRenderConfig,
@@ -24,7 +25,6 @@ import {
24
25
DEFAULT_PYTHON_VERSION,
26
} from '../../../tui/screens/generate/defaults';
27
import type { GenerateConfig, MemoryOption } from '../../../tui/screens/generate/types';
-import { GatewayPrimitive } from '../../../primitives/GatewayPrimitive';
28
29
/**
30
* Result of mapping GenerateConfig to v2 schema.
0 commit comments