fix: add stub reminder:

This commit is contained in:
cpacker
2025-11-05 22:15:24 -08:00
parent ebd50baa34
commit a5c227c500

View File

@@ -173,6 +173,8 @@ export async function createAgent(
include_base_tools: false,
include_base_tool_rules: false,
initial_message_sequence: [],
// TODO: enable
// parallel_tool_calls: true,
});
// Apply updateArgs if provided (e.g., reasoningEffort, contextWindow, etc.)