Skip to content

Commit f85d390

Browse files
author
Brandon Meyerowitz
committed
fix: export TruncationConfig from __init__.py
1 parent 75d3647 commit f85d390

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

commonbase/__init__.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
from commonbase.exceptions import CommonbaseApiException, CommonbaseException
33
from commonbase.chat_context import ChatContext, ChatMessage
44
from commonbase.provider_config import ProviderConfig, OpenAIParams, AnthropicParams
5+
from commonbase.truncation_config import TruncationConfig
56

67
__all__: [
78
"Completion",
@@ -12,4 +13,5 @@
1213
"ProviderConfig",
1314
"OpenAIParams",
1415
"AnthropicParams",
16+
"TruncationConfig",
1517
] # type: ignore

0 commit comments

Comments
 (0)