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...
8fe3e81
custom-chatbot
/
data
/
GOAP.User.cs
fastx
Upload 84 files
ce81a16
over 2 years ago
raw
Copy download link
history
blame
Safe
180 Bytes
namespace
Quantum
{
public
unsafe
partial
struct
GOAPAgent
{
public
AIConfig
GetConfig
(
Frame frame
)
{
return
frame.FindAsset<AIConfig>(Config.Id);
}
}
}