File size: 291 Bytes
5712f64
1894ae6
 
 
5712f64
1
2
3
4
5
{
  "description": "This is a tool that counts the tokens of a prompt. It takes an input named `prompt` which may contains a system_role, user_message, context and history. It returns the token count of a input.",
  "name": "token_counter",
  "tool_class": "token_counter.TokenCounterTool"
}