detect_language
Detect the language of any input text. Returns a JSON object with the detected language code and name.
Instructions
Detect the language of the input text.
Args: text: The text to identify language for
Returns: JSON string with detected language code and name
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |