API Reference
Class
CopilotModelInfo
Represents a Copilot model entry.
Inheritance
- Object
- CopilotModelInfo
Usage
This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.
Returned or exposed by
- Method CopilotClient.ListModelsAsync
- Method CopilotModelInfo.FromJson
Constructors
public CopilotModelInfo(String id, String name, JsonObject raw, JsonObject additional) #Initializes a new model info instance.
Parameters
- id System.String
- name System.String
- raw IntelligenceX.Json.JsonObject
- additional IntelligenceX.Json.JsonObject
Methods
public static CopilotModelInfo FromJson(JsonObject obj) #Returns:
CopilotModelInfoParses model info from JSON.
Parameters
- obj IntelligenceX.Json.JsonObject
- Source JSON object.
Returns
The parsed model info.