langchain_community.utilities.anthropic
.get_token_ids_anthropic¶
- langchain_community.utilities.anthropic.get_token_ids_anthropic(text: str) List[int] [source]¶
获取文本字符串的标记ID。
- 参数
text (str) –
- 返回类型
整数列表