Hugging Face
Models
Datasets
Spaces
Community
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...
12ff56e
custom-chatbot
/
data
/
TurnConfig.cs
fastx
Upload 84 files
ac55997
over 2 years ago
raw
Copy download link
history
blame
Safe
209 Bytes
using
System;
using
Photon.Deterministic;
namespace
Quantum
{
public
partial
class
TurnConfig
{
public
Boolean UsesTimer;
public
Int32 TurnDurationInTicks;
public
Boolean IsSkippable;
}
}