Yamautomate.AI.psd1
@{ ModuleVersion = '0.5' GUID = '192b9511-e5de-413a-bc12-51f2b79443b8' Author = 'Yanik Maurer' PowerShellVersion = '5.1' RootModule = 'Yamautomate.AI.psm1' FunctionsToExport = @('Get-YcOpenAiAPIKey', 'Get-YcOpenAiResponse', 'Read-YcAzAiDiStringResponse', 'Submit-YcFileForAzAiDiAnalysis', 'Get-YcPatternFromAzAiDiAnalysis') Description = 'A module to interact with AI Services.' RequiredModules = @( @{ ModuleName = 'Yamautomate.Core' ModuleVersion = '1.0.5.2' } ) } |