langchain_community.utilities.anthropic
.get_num_tokens_anthropic¶
- langchain_community.utilities.anthropic.get_num_tokens_anthropic(text: str) int [source]¶
获取文本字符串中的标记数量。
- 参数
text (str) –
- 返回类型
int