mirror of
https://github.com/EvolutionAPI/adk-python.git
synced 2025-12-20 12:22:19 -06:00
Moves unittests to root folder and adds github action to run unit tests. (#72)
* Move unit tests to root package. * Adds deps to "test" extra, and mark two broken tests in tests/unittests/auth/test_auth_handler.py * Adds github workflow * minor fix in lite_llm.py for python 3.9. * format pyproject.toml
This commit is contained in:
@@ -183,7 +183,9 @@ def _content_to_message_param(
|
||||
)
|
||||
|
||||
|
||||
def _get_content(parts: Iterable[types.Part]) -> OpenAIMessageContent | str:
|
||||
def _get_content(
|
||||
parts: Iterable[types.Part],
|
||||
) -> Union[OpenAIMessageContent, str]:
|
||||
"""Converts a list of parts to litellm content.
|
||||
|
||||
Args:
|
||||
|
||||
Reference in New Issue
Block a user