TranscriptEntryKind
NexusLabs.Foundry.MicrosoftAgentFramework.Workflows¶
NexusLabs.Foundry.MicrosoftAgentFramework.Workflows.Middleware¶
TranscriptEntryKind Enum¶
Indicates whether a TranscriptEntry represents a request sent to the LLM or a response received from it.
Fields¶
Request 0
The entry records messages and options sent to the LLM.
Response 1
The entry records a response received from the LLM.