Skip to content

Commit ac543f9

Browse files
committed
fix types
1 parent fbe2ee2 commit ac543f9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.agents/base-experimental.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ import type { SecretAgentDefinition } from './types/secret-agent-definition'
66
const definition: SecretAgentDefinition = {
77
id: 'base-experimental',
88
publisher,
9-
...base('grok-4'),
9+
...base('grok-4', 'experimental'),
1010
}
1111

1212
export default definition

.agents/factory/thinking-base.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ export const thinkingBase = (
5454
: baseAgentSubagents,
5555

5656
systemPrompt: baseAgentSystemPrompt(model),
57-
instructionsPrompt: baseAgentUserInputPrompt(model),
57+
instructionsPrompt: baseAgentUserInputPrompt(model, 'normal'),
5858
stepPrompt: baseAgentAgentStepPrompt(model),
5959

6060
handleSteps: function* ({ agentState, prompt, params }) {

0 commit comments

Comments
 (0)