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

DeregisterFunction(string)

Method in Library

Summary

Removes a function from the Library.

public void DeregisterFunction(string name)

Remarks

If no function with the given name is present in the Library, this method does nothing.

Parameters

Name
Description

string name

The name of the function to remove.

Last updated

Was this helpful?