feat: support for GPT-5-Pro highest reasoning model https://github.com/BeehiveInnovations/zen-mcp-server/issues/275
This commit is contained in:
@@ -49,7 +49,6 @@ from config import ( # noqa: E402
|
||||
)
|
||||
from tools import ( # noqa: E402
|
||||
AnalyzeTool,
|
||||
LookupTool,
|
||||
ChallengeTool,
|
||||
ChatTool,
|
||||
CLinkTool,
|
||||
@@ -58,6 +57,7 @@ from tools import ( # noqa: E402
|
||||
DebugIssueTool,
|
||||
DocgenTool,
|
||||
ListModelsTool,
|
||||
LookupTool,
|
||||
PlannerTool,
|
||||
PrecommitTool,
|
||||
RefactorTool,
|
||||
|
||||
Reference in New Issue
Block a user