Skip to content

Commit 72d2926

Browse files
committed
api: responses context_management
1 parent 28a0b0c commit 72d2926

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

Public/Responses/Request-Response.ps1

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -392,6 +392,9 @@ function Request-Response {
392392
[Parameter()]
393393
[switch]$Background = $false,
394394

395+
# [Parameter(DontShow)]
396+
# [System.Collections.IDictionary[]]$ContextManagement,
397+
395398
#region Stream
396399
[Parameter()]
397400
[switch]$Stream = $false,
@@ -629,6 +632,11 @@ function Request-Response {
629632
$PostBody.stream = [bool]$Stream
630633
}
631634

635+
# Context Management
636+
# if ($ContextManagement.Count -gt 0) {
637+
# $PostBody.context_management = $ContextManagement
638+
# }
639+
632640
# Reasoning
633641
$ReasoningOptions = @{}
634642
if ($PSBoundParameters.ContainsKey('ReasoningEffort')) {

0 commit comments

Comments
 (0)