mirror of
https://github.com/j93es/browser-use-oauth.git
synced 2026-06-13 18:36:44 +09:00
microsoft 추가
This commit is contained in:
parent
1ddc3c41bc
commit
ce70191d49
4 changed files with 57 additions and 55 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue