CreateResponseRealtimeClientMessage.ExcludeFromConversation Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.