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

Library

Property in Dialogue

Summary

Gets the Library that this Dialogue uses to locate functions.

public Library Library { get; internal set; }

Remarks

When the Dialogue is constructed, the Library is initialized with the built-in operators like + , - , and so on.

Last updated

Was this helpful?