Determine the optimal extraction strategy for a tag based on its name and description.
Returns either ‘LLM’ (AI-based extraction) or ‘REGEX’ (pattern-based extraction).
REGEX - Use when:
LLM - Use when:
| Field | Type | Description |
|---|---|---|
tag_name | str | The name of the tag |
tag_description | str | Description of what the tag captures |
available_values | List[str] | Optional. Example values to help determine strategy |
{ "strategy": "LLM" } or { "strategy": "REGEX" }Documentation Index
Fetch the complete documentation index at: https://docs.deasylabs.com/llms.txt
Use this file to discover all available pages before exploring further.
Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.
Successful Response
Response model for tag extraction strategy recommendation.