Cmdlet
Get-IntelligenceXLoadedThread
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
- Client instance to use. Defaults to the active client.
- Raw SwitchParameter
- Returns the raw JSON-RPC payload instead of typed thread-id models.
Outputs
IntelligenceX.Json.JsonValue, IntelligenceX.OpenAI.AppServer.Models.ThreadIdListResult