-
Notifications
You must be signed in to change notification settings - Fork 29
Get OAIAssistantItem
dfinke edited this page Apr 20, 2024
·
2 revisions
Retrieves an item from the OpenAI Assistant.
Get-OAIAssistantItem [[-AssistantId] <Object>] [-ProgressAction <ActionPreference>] [<CommonParameters>]
The Get-OAIAssistantItem function retrieves an item from the OpenAI Assistant based on the specified AssistantId.
Get-OAIAssistantItem -AssistantId "12345678"
This example retrieves an item from the OpenAI Assistant with the ID "12345678".
The ID of the OpenAI Assistant.
Type: Object
Parameter Sets: (All)
Aliases: assistant_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: FalseThis 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/assistants/getAssistant