microsoft 추가

This commit is contained in:
tk 2025-06-27 22:01:59 +09:00
commit ce70191d49
4 changed files with 57 additions and 55 deletions

View file

@ -12,6 +12,10 @@ def get_prompt(type:str) -> str:
if type.lower() == "auth":
from lib.llm.prompt.auth_list import extract_oauth_list_prompt
return extract_oauth_list_prompt
elif type.lower() == "microsoft" and type.lower() == "microsoftonline":
from lib.llm.prompt.Microsoft import extend_planner_system_message
return extend_planner_system_message
else:
from lib.llm.prompt.fallback import extend_planner_system_message