mirror of
https://github.com/hwchase17/langchain.git
synced 2025-09-02 11:39:18 +00:00
community[patch]: docstrings (#16810)
- added missed docstrings - formated docstrings to the consistent form
This commit is contained in:
@@ -15,6 +15,8 @@ VALID_PROVIDERS = ("cohere", "meta")
|
||||
|
||||
|
||||
class OCIAuthType(Enum):
|
||||
"""OCI authentication types as enumerator."""
|
||||
|
||||
API_KEY = 1
|
||||
SECURITY_TOKEN = 2
|
||||
INSTANCE_PRINCIPAL = 3
|
||||
|
Reference in New Issue
Block a user