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...
ce81a16
custom-chatbot
/
data
/
AIBlackboardValueType.cs
fastx
Upload 64 files
00437a9
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
}
}