-
Notifications
You must be signed in to change notification settings - Fork 14
Get OAIThreadItem
dfinke edited this page Apr 20, 2024
·
2 revisions
Retrieves an item from an OpenAPI thread.
Get-OAIThreadItem [[-ThreadId] <Object>] [-ProgressAction <ActionPreference>] [<CommonParameters>]
The Get-OAIThreadItem function retrieves an item from an OpenAPI thread based on the specified thread ID.
Get-OAIThreadItem -ThreadId 12345
Retrieves the item from the OpenAPI thread with the ID 12345.
The ID of the thread from which to retrieve the item.
Type: Object
Parameter Sets: (All)
Aliases: thread_id
Required: False
Position: 1
Default value: None
Accept pipeline input: True (ByPropertyName)
Accept wildcard characters: False
{{ Fill ProgressAction Description }}
Type: ActionPreference
Parameter Sets: (All)
Aliases: proga
Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.
https://platform.openai.com/docs/api-reference/threads/getThread