File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -1594,7 +1594,7 @@ async def apredict_messages(
1594
1594
def _llm_type (self ) -> str :
1595
1595
"""Return type of chat model."""
1596
1596
1597
- @deprecated ("0.3.61 " , alternative = "asdict" , removal = "1 .0" )
1597
+ @deprecated ("1.0 " , alternative = "asdict" , removal = "2 .0" )
1598
1598
@override
1599
1599
def dict (self , ** kwargs : Any ) -> builtins .dict [str , Any ]:
1600
1600
return self .asdict ()
Original file line number Diff line number Diff line change @@ -1436,7 +1436,7 @@ def __str__(self) -> str:
1436
1436
def _llm_type (self ) -> str :
1437
1437
"""Return type of llm."""
1438
1438
1439
- @deprecated ("0.3.61 " , alternative = "asdict" , removal = "1 .0" )
1439
+ @deprecated ("1.0 " , alternative = "asdict" , removal = "2 .0" )
1440
1440
@override
1441
1441
def dict (self , ** kwargs : Any ) -> builtins .dict [str , Any ]:
1442
1442
return self .asdict ()
Original file line number Diff line number Diff line change @@ -330,7 +330,7 @@ def _type(self) -> str:
330
330
)
331
331
raise NotImplementedError (msg )
332
332
333
- @deprecated ("0.3.61 " , alternative = "asdict" , removal = "1 .0" )
333
+ @deprecated ("1.0 " , alternative = "asdict" , removal = "2 .0" )
334
334
@override
335
335
def dict (self , ** kwargs : Any ) -> builtins .dict [str , Any ]:
336
336
return self .asdict ()
Original file line number Diff line number Diff line change @@ -344,7 +344,7 @@ def _prompt_type(self) -> str:
344
344
"""Return the prompt type key."""
345
345
raise NotImplementedError
346
346
347
- @deprecated ("0.3.61 " , alternative = "asdict" , removal = "1 .0" )
347
+ @deprecated ("1.0 " , alternative = "asdict" , removal = "2 .0" )
348
348
@override
349
349
def dict (self , ** kwargs : Any ) -> builtins .dict [str , Any ]:
350
350
return self .asdict (** kwargs )
You can’t perform that action at this time.
0 commit comments