DiscoveryModelFactory.WorkingMemoryEntry Method

Definition

Working memory entry.

public static Azure.AI.Discovery.WorkingMemoryEntry WorkingMemoryEntry(string content = default, Azure.AI.Discovery.WorkingMemoryEntryType type = default, DateTimeOffset? createdAt = default);
static member WorkingMemoryEntry : string * Azure.AI.Discovery.WorkingMemoryEntryType * Nullable<DateTimeOffset> -> Azure.AI.Discovery.WorkingMemoryEntry
Public Shared Function WorkingMemoryEntry (Optional content As String = Nothing, Optional type As WorkingMemoryEntryType = Nothing, Optional createdAt As Nullable(Of DateTimeOffset) = Nothing) As WorkingMemoryEntry

Parameters

content
String

The content of the working memory entry.

type
WorkingMemoryEntryType

The type of the working memory entry.

createdAt
Nullable<DateTimeOffset>

The timestamp when the resource was created.

Returns

A new WorkingMemoryEntry instance for mocking.

Applies to