This commit is contained in:
Shruthi Sankepelly 2025-10-29 14:07:33 -04:00
parent 21765e99a0
commit 25b0298df5
2 changed files with 8 additions and 1 deletions

View file

@ -105,7 +105,7 @@ class Api(Enum, metaclass=DynamicApiMeta):
:cvar prompts: Prompt versions and management :cvar prompts: Prompt versions and management
:cvar inspect: Built-in system inspection and introspection :cvar inspect: Built-in system inspection and introspection
""" """
file_processing = "file_processing" file_processors = "file_processors"
providers = "providers" providers = "providers"
inference = "inference" inference = "inference"
safety = "safety" safety = "safety"

View file

@ -0,0 +1,7 @@
# Copyright (c) Meta Platforms, Inc. and affiliates.
# All rights reserved.
#
# This source code is licensed under the terms described in the LICENSE file in
# the root directory of this source tree.
from .file_processors import FileProcessors