File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed
Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change 88 getUserInfoFromApiKey ,
99 startAgentRun ,
1010} from './database'
11- import { promptAiSdk , promptAiSdkStream } from './llm'
11+ import { promptAiSdk , promptAiSdkStream , promptAiSdkStructured } from './llm'
1212
1313import type {
1414 AgentRuntimeDeps ,
@@ -21,7 +21,6 @@ export function getAgentRuntimeImpl(params: {
2121 apiKey : string
2222} ) : Omit <
2323 AgentRuntimeDeps & AgentRuntimeScopedDeps ,
24- | 'promptAiSdkStructured'
2524 | 'handleStepsLogChunk'
2625 | 'requestToolCall'
2726 | 'requestMcpToolData'
@@ -49,7 +48,7 @@ export function getAgentRuntimeImpl(params: {
4948 // LLM
5049 promptAiSdkStream,
5150 promptAiSdk,
52- // promptAiSdkStructured: PromptAiSdkStructuredFn ,
51+ promptAiSdkStructured,
5352
5453 // Mutable State
5554 databaseAgentCache : new Map ( ) ,
You can’t perform that action at this time.
0 commit comments