OpenAIAssistantDefinition(String) Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Initializes a new instance of the OpenAIAssistantDefinition class.
[System.Text.Json.Serialization.JsonConstructor]
public OpenAIAssistantDefinition (string modelId);
[<System.Text.Json.Serialization.JsonConstructor>]
new Microsoft.SemanticKernel.Agents.OpenAI.OpenAIAssistantDefinition : string -> Microsoft.SemanticKernel.Agents.OpenAI.OpenAIAssistantDefinition
Public Sub New (modelId As String)
Parameters
- modelId
- String
The targeted model
- Attributes