forked from phoenix/litellm-mirror
fix langsmith_batch_size
This commit is contained in:
parent
2fa9709af0
commit
2f670a16fc
1 changed files with 1 additions and 0 deletions
|
@ -55,6 +55,7 @@ _known_custom_logger_compatible_callbacks: List = list(
|
|||
)
|
||||
callbacks: List[Union[Callable, _custom_logger_compatible_callbacks_literal]] = []
|
||||
langfuse_default_tags: Optional[List[str]] = None
|
||||
langsmith_batch_size: Optional[int] = None
|
||||
_async_input_callback: List[Callable] = (
|
||||
[]
|
||||
) # internal variable - async custom callbacks are routed here.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue