Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
fastx
/
custom-chatbot
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
8fe3e81
custom-chatbot
/
data
/
BTNodeType.cs
fastx
Upload 64 files
00437a9
about 2 years ago
raw
Copy download link
history
blame
Safe
107 Bytes
namespace
Quantum
{
public
enum
BTNodeType
{
Root,
Leaf,
Decorator,
Composite,
Service
}
}