namespace AIStudio.Tools.ToolCallingSystem;
///
/// How strictly a search engine should filter explicit results.
///
///
/// Stored and configured by name. Search engines number these levels, but a number in a
/// configuration file tells an administrator nothing about what it does.
///
public enum SafeSearchPolicy
{
OFF,
MODERATE,
STRICT,
}