IntelligenceX
Cmdlet

Get-IntelligenceXCollaborationMode

Namespace IntelligenceX.PowerShell
Inputs
IntelligenceX.OpenAI.IntelligenceXClient
Outputs
IntelligenceX.Json.JsonValue IntelligenceX.OpenAI.AppServer.Models.CollaborationModeListResult

Lists collaboration modes available in the current app-server runtime.

Examples

Example 1


Get-IntelligenceXCollaborationMode
        

List collaboration modes

Example 2


(Get-IntelligenceXCollaborationMode).Modes | Select-Object Name, Mode, Model
        

Show mode names and mapped mode values

Example 3


Get-IntelligenceXCollaborationMode -Raw
        

Return raw JSON response

Common Parameters

This command supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable.

For more information, see about_CommonParameters.

Syntax

Get-IntelligenceXCollaborationMode [-Client <IntelligenceXClient>] [-Raw] [<CommonParameters>]
#

Parameters

Client IntelligenceXClient optionalposition: namedpipeline: true (ByValue)
Client instance to use. Defaults to the active client.
Raw SwitchParameter optionalposition: namedpipeline: false
Returns the raw JSON-RPC payload instead of typed mode models.

Outputs

IntelligenceX.Json.JsonValue, IntelligenceX.OpenAI.AppServer.Models.CollaborationModeListResult