Skip to content

[tool] char_frequency #158

Description

@github-actions

Tool Request

Description: Returns the frequency of each character in a string as JSON

Signature

run(text: str) -> str

Example
char_frequency "hello" -> "{\"h\": 1, \"e\": 1, \"l\": 2, \"o\": 1}"


This issue was auto-generated. Pick it up by commenting below!

Metadata

Metadata

Assignees

Labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions