mirror of
https://github.com/appwrite/appwrite
synced 2026-05-23 08:58:35 +00:00
Merge pull request #9208 from appwrite/fix-perplexity-ai-template-scopes
Add missing scope on function template
This commit is contained in:
commit
f54684133d
1 changed files with 2 additions and 1 deletions
|
|
@ -1567,7 +1567,8 @@ return [
|
|||
'required' => false,
|
||||
'type' => 'number'
|
||||
]
|
||||
]
|
||||
],
|
||||
'scopes' => []
|
||||
],
|
||||
[
|
||||
'icon' => 'icon-chip',
|
||||
|
|
|
|||
Loading…
Reference in a new issue