Skip to content

New OAIRun

dfinke edited this page Apr 20, 2024 · 2 revisions

New-OAIRun

SYNOPSIS

{{ Fill in the Synopsis }}

SYNTAX

New-OAIRun [[-ThreadId] <Object>] [[-AssistantId] <Object>] [[-Model] <Object>] [[-Instructions] <Object>]
 [[-Tools] <Object>] [[-Metadata] <Object>] [-ProgressAction <ActionPreference>] [<CommonParameters>]

DESCRIPTION

{{ Fill in the Description }}

EXAMPLES

Example 1

PS C:\> {{ Add example code here }}

{{ Add example description here }}

PARAMETERS

-AssistantId

{{ Fill AssistantId Description }}

Type: Object
Parameter Sets: (All)
Aliases: id

Required: False
Position: 1
Default value: None
Accept pipeline input: True (ByPropertyName)
Accept wildcard characters: False

-Instructions

{{ Fill Instructions Description }}

Type: Object
Parameter Sets: (All)
Aliases:

Required: False
Position: 3
Default value: None
Accept pipeline input: False
Accept wildcard characters: False

-Metadata

{{ Fill Metadata Description }}

Type: Object
Parameter Sets: (All)
Aliases:

Required: False
Position: 5
Default value: None
Accept pipeline input: False
Accept wildcard characters: False

-Model

{{ Fill Model Description }}

Type: Object
Parameter Sets: (All)
Aliases:
Accepted values: gpt-4, gpt-3.5-turbo, gpt-3.5-turbo-16k, gpt-4-turbo-preview, gpt-4-1106-preview, gpt-3.5-turbo-1106

Required: False
Position: 2
Default value: None
Accept pipeline input: False
Accept wildcard characters: False

-ThreadId

{{ Fill ThreadId Description }}

Type: Object
Parameter Sets: (All)
Aliases: thread_id

Required: False
Position: 0
Default value: None
Accept pipeline input: True (ByPropertyName)
Accept wildcard characters: False

-Tools

{{ Fill Tools Description }}

Type: Object
Parameter Sets: (All)
Aliases:

Required: False
Position: 4
Default value: None
Accept pipeline input: False
Accept wildcard characters: False

-ProgressAction

{{ 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

CommonParameters

This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.

INPUTS

System.Object

OUTPUTS

System.Object

NOTES

RELATED LINKS

Clone this wiki locally