We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 75d3647 commit f85d390Copy full SHA for f85d390
commonbase/__init__.py
@@ -2,6 +2,7 @@
2
from commonbase.exceptions import CommonbaseApiException, CommonbaseException
3
from commonbase.chat_context import ChatContext, ChatMessage
4
from commonbase.provider_config import ProviderConfig, OpenAIParams, AnthropicParams
5
+from commonbase.truncation_config import TruncationConfig
6
7
__all__: [
8
"Completion",
@@ -12,4 +13,5 @@
12
13
"ProviderConfig",
14
"OpenAIParams",
15
"AnthropicParams",
16
+ "TruncationConfig",
17
] # type: ignore
0 commit comments