-
Notifications
You must be signed in to change notification settings - Fork 14
Invoke QuickChat
dfinke edited this page Apr 20, 2024
·
2 revisions
Invokes a quick chat session with an AI assistant.
Invoke-QuickChat [-AssistantId] <Object> [-ProgressAction <ActionPreference>] [<CommonParameters>]
This function allows you to interact with an AI assistant by asking questions and receiving responses in a chat-like manner.
$assistant = New-OAIAssistant -Name 'Math Tutor'
Invoke-QuickChat $assistant.id
Specifies the ID of the assistant to interact with.
Type: Object
Parameter Sets: (All)
Aliases:
Required: True
Position: 1
Default value: None
Accept pipeline input: False
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.