Skip to content

Commit f341c73

Browse files
committed
[skip ci] Commit from build agent
1 parent 9c5ded7 commit f341c73

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

Modules/IntelliTect.ChatGpt/IntelliTect.ChatGpt.psd1

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11
#
2-
# Module manifest for module 'IntelliTect.Common'
2+
# Module manifest for module 'IntelliTect.ChatGpt'
33
#
44
# Generated by: Mark Michaelis
55
#
6-
# Generated on: 6/24/2021
6+
# Generated on: 9/13/2024
77
#
88

99
@{
1010

1111
# Script module or binary module file associated with this manifest.
12-
RootModule = './IntelliTect.ChatGpt.psm1'
12+
RootModule = './IntelliTect.ChatGpt.psm1'
1313

1414
# Version number of this module.
15-
ModuleVersion = '0.1.0.5'
15+
ModuleVersion = '0.1.0.6'
1616

1717
# Supported PSEditions
1818
# CompatiblePSEditions = @()
@@ -69,7 +69,7 @@ Description = 'Provides PowerShell module for calling ChatGPT'
6969
# NestedModules = @()
7070

7171
# Functions to export from this module, for best performance, do not use wildcards and do not delete the entry, use an empty array if there are no functions to export.
72-
FunctionsToExport = '*'
72+
FunctionsToExport = 'Invoke-ChatGpt'
7373

7474
# Cmdlets to export from this module, for best performance, do not use wildcards and do not delete the entry, use an empty array if there are no cmdlets to export.
7575
CmdletsToExport = '*'

0 commit comments

Comments
 (0)