MistralAIPromptExecutionSettings.FromExecutionSettings Method
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.
Create a new settings object with the values from another settings object.
public static Microsoft.SemanticKernel.Connectors.MistralAI.MistralAIPromptExecutionSettings FromExecutionSettings (Microsoft.SemanticKernel.PromptExecutionSettings? executionSettings);
static member FromExecutionSettings : Microsoft.SemanticKernel.PromptExecutionSettings -> Microsoft.SemanticKernel.Connectors.MistralAI.MistralAIPromptExecutionSettings
Public Shared Function FromExecutionSettings (executionSettings As PromptExecutionSettings) As MistralAIPromptExecutionSettings
Parameters
- executionSettings
- PromptExecutionSettings
Template configuration
Returns
An instance of MistralAIPromptExecutionSettings