Share via


FlowOrchestratorConfig.AIRequestSettings Property

Definition

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.

Applies to