Skip to content

Commit c3ab628

Browse files
committed
v4.29.0
1 parent 98b2f71 commit c3ab628

4 files changed

Lines changed: 85 additions & 3 deletions

File tree

CHANGELOG.ja.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
11
# 変更履歴
2+
### 4.29.0
3+
- `03-pro`モデルを追加しました
4+
- `Request-Response`にプロンプトテンプレート用の新しいパラメータを追加しました
5+
- 潜在的なバグを修正しました
6+
27
### 4.28.0
38
- `Set-RealtimeSessionConfiguration``-Speed` および `-Tracing` パラメータを追加しました。
49
- `Set-RealtimeSessionConfiguration``-TurnDetectionSilenceDuration` パラメータが正しく動作しない問題を修正しました

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
11
# Changelog
2+
### 4.29.0
3+
- Add `o3-pro` model.
4+
- Add new parameters to `Request-Response` for reusable prompts.
5+
- Fix potential issues.
6+
27
### 4.28.0
38
- Add Speed and Tracing parameters to `Set-RealtimeSessionConfiguration`.
49
- Fix issue that the `-TurnDetectionSilenceDuration` parameter of `Set-RealtimeSessionConfiguration` does not work properly.

PSOpenAI-Help.xml

Lines changed: 74 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20479,7 +20479,7 @@ Instructions that the model should follow.</maml:para>
2047920479
<command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" position="named" aliases="none">
2048020480
<maml:name>Instructions</maml:name>
2048120481
<maml:description>
20482-
<maml:para>Inserts a system (or developer) message as the first item in the model's context.</maml:para>
20482+
<maml:para>A system (or developer) message inserted into the model's context.</maml:para>
2048320483
</maml:description>
2048420484
<command:parameterValue required="true" variableLength="false">String</command:parameterValue>
2048520485
<dev:type>
@@ -20500,6 +20500,42 @@ Instructions that the model should follow.</maml:para>
2050020500
</dev:type>
2050120501
<dev:defaultValue>None</dev:defaultValue>
2050220502
</command:parameter>
20503+
<command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" position="named" aliases="none">
20504+
<maml:name>PromptId</maml:name>
20505+
<maml:description>
20506+
<maml:para>The unique identifier of the prompt template to use.</maml:para>
20507+
</maml:description>
20508+
<command:parameterValue required="true" variableLength="false">String</command:parameterValue>
20509+
<dev:type>
20510+
<maml:name>String</maml:name>
20511+
<maml:uri />
20512+
</dev:type>
20513+
<dev:defaultValue>None</dev:defaultValue>
20514+
</command:parameter>
20515+
<command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" position="named" aliases="none">
20516+
<maml:name>PromptVariables</maml:name>
20517+
<maml:description>
20518+
<maml:para>Optional map of values to substitute in for variables in your prompt.</maml:para>
20519+
</maml:description>
20520+
<command:parameterValue required="true" variableLength="false">IDictionary</command:parameterValue>
20521+
<dev:type>
20522+
<maml:name>IDictionary</maml:name>
20523+
<maml:uri />
20524+
</dev:type>
20525+
<dev:defaultValue>None</dev:defaultValue>
20526+
</command:parameter>
20527+
<command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" position="named" aliases="none">
20528+
<maml:name>PromptVersion</maml:name>
20529+
<maml:description>
20530+
<maml:para>Optional version of the prompt template.</maml:para>
20531+
</maml:description>
20532+
<command:parameterValue required="true" variableLength="false">String</command:parameterValue>
20533+
<dev:type>
20534+
<maml:name>String</maml:name>
20535+
<maml:uri />
20536+
</dev:type>
20537+
<dev:defaultValue>None</dev:defaultValue>
20538+
</command:parameter>
2050320539
<command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" position="named" aliases="none">
2050420540
<maml:name>Images</maml:name>
2050520541
<maml:description>
@@ -21435,7 +21471,7 @@ Instructions that the model should follow.</maml:para>
2143521471
<command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" position="named" aliases="none">
2143621472
<maml:name>Instructions</maml:name>
2143721473
<maml:description>
21438-
<maml:para>Inserts a system (or developer) message as the first item in the model's context.</maml:para>
21474+
<maml:para>A system (or developer) message inserted into the model's context.</maml:para>
2143921475
</maml:description>
2144021476
<command:parameterValue required="true" variableLength="false">String</command:parameterValue>
2144121477
<dev:type>
@@ -21456,6 +21492,42 @@ Instructions that the model should follow.</maml:para>
2145621492
</dev:type>
2145721493
<dev:defaultValue>None</dev:defaultValue>
2145821494
</command:parameter>
21495+
<command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" position="named" aliases="none">
21496+
<maml:name>PromptId</maml:name>
21497+
<maml:description>
21498+
<maml:para>The unique identifier of the prompt template to use.</maml:para>
21499+
</maml:description>
21500+
<command:parameterValue required="true" variableLength="false">String</command:parameterValue>
21501+
<dev:type>
21502+
<maml:name>String</maml:name>
21503+
<maml:uri />
21504+
</dev:type>
21505+
<dev:defaultValue>None</dev:defaultValue>
21506+
</command:parameter>
21507+
<command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" position="named" aliases="none">
21508+
<maml:name>PromptVariables</maml:name>
21509+
<maml:description>
21510+
<maml:para>Optional map of values to substitute in for variables in your prompt.</maml:para>
21511+
</maml:description>
21512+
<command:parameterValue required="true" variableLength="false">IDictionary</command:parameterValue>
21513+
<dev:type>
21514+
<maml:name>IDictionary</maml:name>
21515+
<maml:uri />
21516+
</dev:type>
21517+
<dev:defaultValue>None</dev:defaultValue>
21518+
</command:parameter>
21519+
<command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" position="named" aliases="none">
21520+
<maml:name>PromptVersion</maml:name>
21521+
<maml:description>
21522+
<maml:para>Optional version of the prompt template.</maml:para>
21523+
</maml:description>
21524+
<command:parameterValue required="true" variableLength="false">String</command:parameterValue>
21525+
<dev:type>
21526+
<maml:name>String</maml:name>
21527+
<maml:uri />
21528+
</dev:type>
21529+
<dev:defaultValue>None</dev:defaultValue>
21530+
</command:parameter>
2145921531
<command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" position="named" aliases="none">
2146021532
<maml:name>Images</maml:name>
2146121533
<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.28.0'
3+
ModuleVersion = '4.29.0'
44

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

0 commit comments

Comments
 (0)