Jaa


CreateResponseRealtimeClientMessage.ExcludeFromConversation Property

Definition

Gets or sets a value indicating whether the response output should be excluded from the conversation context.

public:
 property Nullable<bool> ExcludeFromConversation { Nullable<bool> get(); void set(Nullable<bool> value); };
public bool? ExcludeFromConversation { get; set; }
member this.ExcludeFromConversation : Nullable<bool> with get, set
Public Property ExcludeFromConversation As Nullable(Of Boolean)

Property Value

Remarks

When true, the response is generated out-of-band: the model produces output but the resulting items are not added to the conversation history, so they will not appear as context for subsequent responses. If null, the provider's default behavior is used.

Applies to