Files
deer-flow/src/prompts/__init__.py
2025-04-17 11:34:42 +08:00

10 lines
226 B
Python

# Copyright (c) 2025 Bytedance Ltd. and/or its affiliates
# SPDX-License-Identifier: MIT
from .template import apply_prompt_template, get_prompt_template
__all__ = [
"apply_prompt_template",
"get_prompt_template",
]