-
Notifications
You must be signed in to change notification settings - Fork 14
Test OAIAssistantId
dfinke edited this page Apr 20, 2024
·
2 revisions
Tests whether an OpenAI Assistant ID exists.
Test-OAIAssistantId [[-AssistantId] <Object>] [-ProgressAction <ActionPreference>] [<CommonParameters>]
The Test-OAIAssistantId function checks whether an OpenAI Assistant ID exists by querying the Get-OAIAssistantItem cmdlet.
Test-OAIAssistantId -AssistantId "12345678"
Checks whether the Assistant ID "12345678" exists.
The Assistant ID to be tested.
Type: Object
Parameter Sets: (All)
Aliases: 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.