Futures Class

Definition

Process-wide opt-in switches for in-development behavior changes that will become the default in a future major release. Each flag defaults to false and should be toggled once at application startup.

public static class Futures
type Futures = class
Public Class Futures
Inheritance
Futures

Properties

Name Description
EnableAgentResponseOutputTaggingAndFiltering

When true, AgentResponse and AgentResponseUpdate payloads yielded by an executor participate in the normal output-filter pipeline (i.e. they must be designated via WithOutputFrom(ExecutorBinding[]) or WithIntermediateOutputFrom(WorkflowBuilder, IEnumerable<ExecutorBinding>) to surface), and the resulting WorkflowOutputEvents carry Tags reflecting that designation.

Applies to