Nano Banana Pro
Agent skill for nano-banana-pro
To use a skill value for selecting Tolokers, define the `assignments_issuing_config.filter` object in the [pool parameters](https://toloka.ai/docs/api/api-reference/#tag--pool).
Sign in to like and favorite skills
To use a skill value for selecting Tolokers, define the
assignments_issuing_config.filter object in the pool parameters.
To filter Tolokers without a skill set the
"operator": "EQ" parameter and exclude the value parameter.
{% list tabs %}
Filter Tolokers with skill
{ "filter": { "and": [ { "category": "skill", "key": 1124, "operator": "GT", "value": 59.7 } ] } }
Filter Tolokers without skill
{ "filter": { "and": [ { "category": "skill", "key": 1124, "operator": "EQ", } ] } }
{% endlist %}
#| || Key parameter | Value description || || integer
The ID of the skill you want to use to filter Tolokers.
You can get the list of all available skills using the Get list of skills method. | float
The fractional value of the skill. Minimum —
0, maximum — 100.
Value of
operator:
EQ — Equal to.NE — Not equal to.GT — Greater than.LT — Less than.GTE — Greater than or equal to.LTE — Less than or equal to.||
|#{% include contact-support %}