From a643d5aaf1b7ef9588d484cac9af5c0a99e4f7a4 Mon Sep 17 00:00:00 2001 From: Felo Restrepo <44730261+felores@users.noreply.github.com> Date: Sun, 30 Mar 2025 21:40:02 -0500 Subject: [PATCH] feat(perplexity): add sonar-deep-research model support - Update model description to include sonar-deep-research option - Maintain flexibility for future model additions --- servlets/perplexity-sonar/src/main.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/servlets/perplexity-sonar/src/main.ts b/servlets/perplexity-sonar/src/main.ts index 51bb7fd..3c440ae 100755 --- a/servlets/perplexity-sonar/src/main.ts +++ b/servlets/perplexity-sonar/src/main.ts @@ -188,7 +188,7 @@ export function describeImpl(): ListToolsResult { model: { type: "string", description: - "The name of the model to use (e.g. 'sonar', 'sonar-pro', 'sonar-reasoning')", + "The name of the model to use (e.g. 'sonar', 'sonar-pro', 'sonar-reasoning', 'sonar-deep-research')" }, messages: { type: "array",