Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
fastx/custom-chatbot
fastx
/
Lisa-Chatbot
like
2
Runtime error
App
Files
Files
Community
1
Fetching metadata from the HF Docker repository...
731fba9
Lisa-Chatbot
/
data
/
BTNodeType.cs
fastx
Duplicate from fastx/custom-chatbot
59368e0
about 2 years ago
raw
Copy download link
history
blame
Safe
107 Bytes
namespace
Quantum
{
public
enum
BTNodeType
{
Root,
Leaf,
Decorator,
Composite,
Service
}
}