Skip to content

Commit a57e205

Browse files
authored
Merge pull request #67 from felores/feat/add-sonar-deep-research-model
feat(perplexity): add sonar-deep-research model support
2 parents d123b4f + a643d5a commit a57e205

File tree

1 file changed

+1
-1
lines changed
  • servlets/perplexity-sonar/src

1 file changed

+1
-1
lines changed

servlets/perplexity-sonar/src/main.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,7 @@ export function describeImpl(): ListToolsResult {
188188
model: {
189189
type: "string",
190190
description:
191-
"The name of the model to use (e.g. 'sonar', 'sonar-pro', 'sonar-reasoning')",
191+
"The name of the model to use (e.g. 'sonar', 'sonar-pro', 'sonar-reasoning', 'sonar-deep-research')"
192192
},
193193
messages: {
194194
type: "array",

0 commit comments

Comments
 (0)