Type alias SummarizerAgentConfig

SummarizerAgentConfig: IAgentConfig & {
    __typename?: "SummarizerAgentConfig";
    customInstructions?: Maybe<Scalars["String"]>;
    environment: Environment;
    id: Scalars["ID"];
    isActive: Scalars["Boolean"];
    seats: Scalars["Int"];
    sourceFields: IField[];
    targetField: IField;
    tone: ContentSummarizerTone;
    workflowStartStep: WorkflowStep;
}

A summarizer agent config is a configuration for a summarizer agent.

Generated using TypeDoc