blob: 2e11b31cb6a446f3d9f08988c15ff654eb10368a (
about) (
plain)
1
2
3
4
5
6
7
8
|
# ------------------------------------
# Copyright (c) Microsoft Corporation.
# Licensed under the MIT License.
# ------------------------------------
# pylint: disable=unused-import
from ._patch import patch_sdk as _patch_sdk, PromptTemplate
_patch_sdk()
|