For the complete documentation index, see llms.txt. This page is also available as Markdown.

CurrentNode

Property in Dialogue

Summary

Gets the name of the node that this Dialogue is currently executing.

public string? CurrentNode { get; }

Remarks

If Continue() has never been called, this value will be null .

Last updated

Was this helpful?