feat(P03): core agent flesh — VerifierAgent, ResearcherAgent, TesterAgent intrinsic logic
This commit is contained in:
@@ -48,7 +48,7 @@ export class OllamaLocalBackend extends OllamaBaseBackend {
|
||||
if (m.tool_calls) msg.tool_calls = m.tool_calls;
|
||||
return msg;
|
||||
}),
|
||||
tools: toolRegistry.getOpenAIToolSchema(),
|
||||
tools: this.getActiveToolSchema(toolRegistry),
|
||||
stream: false,
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user