FlowOrchestratorConfig.AIRequestSettings Property
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.
Optional. The AI request settings for the ReAct engine.
public Microsoft.SemanticKernel.PromptExecutionSettings? AIRequestSettings { get; set; }
member this.AIRequestSettings : Microsoft.SemanticKernel.PromptExecutionSettings with get, set
Public Property AIRequestSettings As PromptExecutionSettings
Property Value
Remarks
Prompt used for reasoning may be different for different models, the prompt selection would be based on the PromptExecutionSettings. if the built in prompt template does not work for your model, suggest to override it with ReActPromptTemplateConfig.