Skip to main content
All docs
V25.2
  • SummarizeBehavior Constructors

    Generates a brief summary of long text.
    Name Parameters Description
    SummarizeBehavior(Type, SummarizationMode) behaviorSourceType, summarizationMode Initializes a new instance of the SummarizeBehavior class with specified settings.
    SummarizeBehavior(Type, Nullable<Single>, String, TextRetrievalMode, SummarizationMode) behaviorSourceType, temperature, promptAugmentation, textRetrievalMode, summarizationMode Initializes a new instance of the SummarizeBehavior class with specified settings.
    See Also