Skip to content

Commit e4c51f1

Browse files
committed
Add Enable-OAIRetrievalTool to module exports and import in PSAI.psm1
1 parent 309d6a3 commit e4c51f1

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

PSAI.psd1

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,8 +57,9 @@ PSAI brings OpenAI ChatGPT to PowerShell, leveraging advanced AI capabilities in
5757
'Disable-UnitTesting'
5858
'dumpJson'
5959
'Enable-AIShortCutKey'
60-
'Enable-OAICodeInterpreter'
60+
'Enable-OAICodeInterpreter'
6161
'Enable-OAIFileSearchTool'
62+
'Enable-OAIRetrievalTool'
6263
'Enable-UnitTesting'
6364
'Export-OAIAssistant'
6465
'Format-OAIFunctionCall'

PSAI.psm1

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ Import-Module $PSScriptRoot/Public/Tools/YouTubeAssistant.psm1
3737
. $PSScriptRoot/Public/Enable-AIShortCutKey.ps1
3838
. $PSScriptRoot/Public/Enable-OAICodeInterpreter.ps1
3939
. $PSScriptRoot/Public/Enable-OAIFileSearchTool.ps1
40+
. $PSScriptRoot/Public/Enable-OAIRetrievalTool
4041
. $PSScriptRoot/Public/Export-OAIAssistant.ps1
4142
. $PSScriptRoot/Public/Format-OAIFunctionCall.ps1
4243
. $PSScriptRoot/Public/Get-AzOAISecrets.ps1

0 commit comments

Comments
 (0)