Skip to content

Commit 9d8212e

Browse files
committed
v4.48.0
1 parent f5d439a commit 9d8212e

4 files changed

Lines changed: 29 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
# Changelog
2+
### 4.48.0
3+
- Add `-ImageGenerationAction` parameter to `Request-Response`.
4+
25
### 4.47.0
36
- Add `gpt-5.2-codex` model to `Request-Response`.
47
- Update documents.

Docs/Request-Response.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,7 @@ Request-Response
7171
[-ContainerFileIds <String[]>]
7272
[-UseImageGenerationTool]
7373
[-ImageGenerationModel <String>]
74+
[-ImageGenerationAction <String>]
7475
[-ImageGenerationBackGround <String>]
7576
[-ImageGenerationInputImageMask <String>]
7677
[-ImageGenerationModeration <String>]

PSOpenAI-Help.xml

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24446,6 +24446,18 @@ Possible values: `browser`, `mac`, `windows`, `ubuntu`.</maml:para>
2444624446
</dev:type>
2444724447
<dev:defaultValue>None</dev:defaultValue>
2444824448
</command:parameter>
24449+
<command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" position="named" aliases="none">
24450+
<maml:name>ImageGenerationAction</maml:name>
24451+
<maml:description>
24452+
<maml:para>Whether to generate a new image or edit an existing image. Default: `auto`.</maml:para>
24453+
</maml:description>
24454+
<command:parameterValue required="true" variableLength="false">String</command:parameterValue>
24455+
<dev:type>
24456+
<maml:name>String</maml:name>
24457+
<maml:uri />
24458+
</dev:type>
24459+
<dev:defaultValue>auto</dev:defaultValue>
24460+
</command:parameter>
2444924461
<command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" position="named" aliases="none">
2445024462
<maml:name>ImageGenerationBackGround</maml:name>
2445124463
<maml:description>
@@ -25693,6 +25705,18 @@ Possible values: `browser`, `mac`, `windows`, `ubuntu`.</maml:para>
2569325705
</dev:type>
2569425706
<dev:defaultValue>None</dev:defaultValue>
2569525707
</command:parameter>
25708+
<command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" position="named" aliases="none">
25709+
<maml:name>ImageGenerationAction</maml:name>
25710+
<maml:description>
25711+
<maml:para>Whether to generate a new image or edit an existing image. Default: `auto`.</maml:para>
25712+
</maml:description>
25713+
<command:parameterValue required="true" variableLength="false">String</command:parameterValue>
25714+
<dev:type>
25715+
<maml:name>String</maml:name>
25716+
<maml:uri />
25717+
</dev:type>
25718+
<dev:defaultValue>auto</dev:defaultValue>
25719+
</command:parameter>
2569625720
<command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" position="named" aliases="none">
2569725721
<maml:name>ImageGenerationBackGround</maml:name>
2569825722
<maml:description>

PSOpenAI.psd1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
@{
22
# Version number of this module.
3-
ModuleVersion = '4.47.0'
3+
ModuleVersion = '4.48.0'
44

55
# Supported PSEditions
66
CompatiblePSEditions = 'Core', 'Desktop'

0 commit comments

Comments
 (0)