Skip to content

Commit d1f51bc

Browse files
committed
v4.47.0
1 parent e4815cb commit d1f51bc

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
11
# Changelog
2+
### 4.47.0
3+
- Add `gpt-5.2-codex` model to `Request-Response`.
4+
- Update documents.
5+
26
### 4.46.0
37
- Add `gpt-image-1.5`.
48

PSOpenAI-Help.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1285,7 +1285,7 @@ The default is `message`.</maml:para>
12851285
<command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" position="named" aliases="none">
12861286
<maml:name>PreviousItemId</maml:name>
12871287
<maml:description>
1288-
<maml:para>The ID of the preceding item after which the new item will be inserted. If not set, the new item will be appended to the end of the conversation. If set, it allows an item to be inserted mid-conversation. If the ID cannot be found, an error will be returned and the item will not be added.</maml:para>
1288+
<maml:para>The ID of the preceding item after which the new item will be inserted. If not set, the new item will be appended to the end of the conversation. If set to `root`, the new item will be added to the beginning of the conversation. If set to an existing ID, it allows an item to be inserted mid-conversation. If the ID cannot be found, an error will be returned and the item will not be added.</maml:para>
12891289
</maml:description>
12901290
<command:parameterValue required="true" variableLength="false">String</command:parameterValue>
12911291
<dev:type>
@@ -1470,7 +1470,7 @@ The default is `message`.</maml:para>
14701470
<command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" position="named" aliases="none">
14711471
<maml:name>PreviousItemId</maml:name>
14721472
<maml:description>
1473-
<maml:para>The ID of the preceding item after which the new item will be inserted. If not set, the new item will be appended to the end of the conversation. If set, it allows an item to be inserted mid-conversation. If the ID cannot be found, an error will be returned and the item will not be added.</maml:para>
1473+
<maml:para>The ID of the preceding item after which the new item will be inserted. If not set, the new item will be appended to the end of the conversation. If set to `root`, the new item will be added to the beginning of the conversation. If set to an existing ID, it allows an item to be inserted mid-conversation. If the ID cannot be found, an error will be returned and the item will not be added.</maml:para>
14741474
</maml:description>
14751475
<command:parameterValue required="true" variableLength="false">String</command:parameterValue>
14761476
<dev:type>

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.46.0'
3+
ModuleVersion = '4.47.0'
44

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

0 commit comments

Comments
 (0)