2025-04-17 11:34:42 +08:00
|
|
|
# Copyright (c) 2025 Bytedance Ltd. and/or its affiliates
|
|
|
|
|
# SPDX-License-Identifier: MIT
|
|
|
|
|
|
2025-04-07 16:25:55 +08:00
|
|
|
from .template import apply_prompt_template, get_prompt_template
|
|
|
|
|
|
|
|
|
|
__all__ = [
|
|
|
|
|
"apply_prompt_template",
|
|
|
|
|
"get_prompt_template",
|
|
|
|
|
]
|