IntelligenceX
Cmdlet

Get-IntelligenceXLoadedThread

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

Lists threads currently loaded in the app-server process.

Examples

Example 1


Get-IntelligenceXLoadedThread
        

List loaded threads

Example 2


Get-IntelligenceXLoadedThread -Raw
        

Get raw JSON output

Example 3


(Get-IntelligenceXLoadedThread).Data
        

Expand loaded thread ids as plain values

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-IntelligenceXLoadedThread [-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 thread-id models.

Outputs

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