Skip to content

Latest commit

 

History

History
60 lines (42 loc) · 1023 Bytes

File metadata and controls

60 lines (42 loc) · 1023 Bytes
external help file PSOpenAI-help.xml
Module Name PSOpenAI
online version https://github.com/mkht/PSOpenAI/blob/main/Docs/Remove-RealtimeSessionItem.md
schema 2.0.0

Remove-RealtimeSessionItem

SYNOPSIS

Remove an item from the conversation history.

SYNTAX

Remove-RealtimeSessionItem
    [-ItemId] <String>
    [-EventId <String>]

DESCRIPTION

Remove an item from the conversation history.

EXAMPLES

Example 1

PS C:\> Remove-RealtimeSessionItem -ItemId 'msg_001'

PARAMETERS

-ItemId

The ID of the item to delete.

Type: String
Required: True
Position: Named

-EventId

Optional client-generated ID used to identify this event.

Type: String
Required: False
Position: Named

INPUTS

OUTPUTS

NOTES

RELATED LINKS

https://developers.openai.com/api/docs/guides/realtime-conversations/