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
/
BotSDKHiddenAttribute.cs
fastx
Upload 64 files
00437a9
over 2 years ago
raw
Copy download link
history
blame
Safe
207 Bytes
namespace
Quantum
{
[
System.AttributeUsage(System.AttributeTargets.Field | System.AttributeTargets.Class | System.AttributeTargets.Struct)
]
public
class
BotSDKHiddenAttribute
:
System.Attribute
{
}
}