mirror of
https://github.com/Skyvern-AI/skyvern.git
synced 2026-04-30 04:30:19 +00:00
Readd removed commits (#5167)
This commit is contained in:
parent
1c1ae1a1f7
commit
c4006bdb4e
11 changed files with 354 additions and 73 deletions
|
|
@ -23,6 +23,7 @@ class LLMAPIHandler(Protocol):
|
|||
raw_response: bool = False,
|
||||
window_dimension: Resolution | None = None,
|
||||
force_dict: bool = True,
|
||||
system_prompt: str | None = None,
|
||||
) -> Awaitable[dict[str, Any] | Any]: ...
|
||||
|
||||
|
||||
|
|
@ -41,5 +42,6 @@ async def dummy_llm_api_handler(
|
|||
raw_response: bool = False,
|
||||
window_dimension: Resolution | None = None,
|
||||
force_dict: bool = True,
|
||||
system_prompt: str | None = None,
|
||||
) -> dict[str, Any] | Any:
|
||||
raise NotImplementedError("Your LLM provider is not configured. Please configure it in the .env file.")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue