livellm 1.5.3__py3-none-any.whl → 1.5.4__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- livellm/models/agent/agent.py +1 -1
- {livellm-1.5.3.dist-info → livellm-1.5.4.dist-info}/METADATA +1 -1
- {livellm-1.5.3.dist-info → livellm-1.5.4.dist-info}/RECORD +5 -5
- {livellm-1.5.3.dist-info → livellm-1.5.4.dist-info}/WHEEL +0 -0
- {livellm-1.5.3.dist-info → livellm-1.5.4.dist-info}/licenses/LICENSE +0 -0
livellm/models/agent/agent.py
CHANGED
|
@@ -9,7 +9,7 @@ from ..common import BaseRequest
|
|
|
9
9
|
|
|
10
10
|
class AgentRequest(BaseRequest):
|
|
11
11
|
model: str = Field(..., description="The model to use")
|
|
12
|
-
messages: List[Union[TextMessage, BinaryMessage]] = Field(..., description="The messages to use")
|
|
12
|
+
messages: List[Union[TextMessage, BinaryMessage, ToolCallMessage, ToolReturnMessage]] = Field(..., description="The messages to use")
|
|
13
13
|
tools: List[Union[WebSearchInput, MCPStreamableServerInput]] = Field(default_factory=list, description="The tools to use")
|
|
14
14
|
gen_config: Optional[dict] = Field(default=None, description="The configuration for the generation")
|
|
15
15
|
include_history: bool = Field(default=False, description="Whether to include full conversation history in the response")
|
|
@@ -8,13 +8,13 @@ livellm/models/fallback.py,sha256=zGG_MjdbaTx0fqKZTEg3ullej-CJznPfwaon0jEvRvI,11
|
|
|
8
8
|
livellm/models/transcription.py,sha256=LQG5u7hgXuw6WyCxS-us0VGh9eky-f16JPpeT3jHULc,1608
|
|
9
9
|
livellm/models/ws.py,sha256=OCoJwAjQLOz6ErTiTtb-qD22N4wSsEGvi_4JQqCHIPQ,1111
|
|
10
10
|
livellm/models/agent/__init__.py,sha256=CvP3xzDAiBZ4giQZUBQsqAJd1rWO4cvHhqr2Oh346A0,560
|
|
11
|
-
livellm/models/agent/agent.py,sha256=
|
|
11
|
+
livellm/models/agent/agent.py,sha256=ICS2AAAhPp5a69P_RNMzuM630GsHz6h_3MV_YVV1Boc,1540
|
|
12
12
|
livellm/models/agent/chat.py,sha256=VxdHTbJELMffxJJUSTdhT4behFbVq5XNyBLeg75wpsU,1632
|
|
13
13
|
livellm/models/agent/tools.py,sha256=wVWfx6_jxL3IcmX_Nt_PonZ3RQLtpfqJnszHz32BQiU,1403
|
|
14
14
|
livellm/models/audio/__init__.py,sha256=sz2NxCOfFGVvp-XQUsdgOR_TYBO1Wb-8LLXaZDEiAZk,282
|
|
15
15
|
livellm/models/audio/speak.py,sha256=lDITZ7fiLRuDhA-LxCPQ6Yraxr33B6Lg7VyR4CkuGk8,1872
|
|
16
16
|
livellm/models/audio/transcribe.py,sha256=Leji2lk5zfq4GE-fw-z2dZR8BuijzW8TJ12GHw_UZJY,2085
|
|
17
|
-
livellm-1.5.
|
|
18
|
-
livellm-1.5.
|
|
19
|
-
livellm-1.5.
|
|
20
|
-
livellm-1.5.
|
|
17
|
+
livellm-1.5.4.dist-info/METADATA,sha256=cJmTbjUs7x8zihRJkGtY0k_F5MW0ZgMCmztfup98Z0Q,20664
|
|
18
|
+
livellm-1.5.4.dist-info/WHEEL,sha256=WLgqFyCfm_KASv4WHyYy0P3pM_m7J5L9k2skdKLirC8,87
|
|
19
|
+
livellm-1.5.4.dist-info/licenses/LICENSE,sha256=yapGO2C_00ymEx6TADdbU8Oyc1bWOrZY-fjP-agmFL4,1071
|
|
20
|
+
livellm-1.5.4.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|