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
/
AIBlackboardValueType.cs
fastx
Duplicate from fastx/custom-chatbot
59368e0
about 2 years ago
raw
Copy download link
history
blame
Safe
137 Bytes
namespace
Quantum
{
public
enum
AIBlackboardValueType
{
Boolean,
Byte,
Integer,
FP,
Vector2,
Vector3,
EntityRef
}
}