We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 97a694e commit 7286042Copy full SHA for 7286042
src/examples/rlm.ts
@@ -24,7 +24,7 @@ const analyzer = agent(
24
permissions: [AxJSRuntimePermission.TIMING],
25
}),
26
actorOptions: {
27
- thinkingTokenBudget: 'minimal',
+ thinkingTokenBudget: 'minimal',
28
},
29
maxSubAgentCalls: 30,
30
mode: 'simple',
0 commit comments