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

GetVariableKind(string)

Method in MemoryVariableStore

Summary

Gets the kind of variable named name .

public VariableKind GetVariableKind(string name)

Parameters

Name
Description

string name

The name of the variable.

Returns

A VariableKind enum representing the kind of the variable named name .

Last updated

Was this helpful?