NAiOS IconNAiOS Logo
Volver al catálogo

Parallel

parallel

Parallel offers a Task API for automated, structured web research, transforming natural language queries into precise, schema-compliant outputs.

Acciones
5
Triggers
0
Autenticación
OAuth gestionado
No
Información técnica: el detalle de parámetros, schemas y triggers de esta página está pensado para equipos de integración. Si solo necesitas saber si tu herramienta favorita está disponible, basta con ver la lista de acciones.

Acciones disponibles (5)

Cada acción es una operación que el agente puede ejecutar contra este conector. Haz clic en una acción para ver sus parámetros.

Create Task GroupPARALLEL_CREATE_TASK_GROUPAcción

Tool to create a new task group. use when batching multiple tasks for parallel execution.

Parámetros de entrada

  • configobject

    Configuration settings for a task group.

  • descriptionstring

    A description for the task group.

  • displayNamestringObligatorio

    The display name for the task group.

  • taskTemplateIdsstring[]Obligatorio

    List of task template IDs to be grouped.

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Parallel SearchPARALLEL_PARALLEL_SEARCHAcción

Tool to perform parallel semantic search. use when you need to retrieve top matching documents for multiple queries in a single call.

Parámetros de entrada

  • search_queriesstring[]Obligatorio

    List of search query texts to run in parallel

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Retrieve Task GroupPARALLEL_RETRIEVE_TASK_GROUPAcción

Tool to retrieve details of a specific task group. use when you have a valid task group id and want to view its details.

Parámetros de entrada

  • taskgroup_idstringObligatorio

    Unique identifier of the task group to retrieve.

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Stream Task Group EventsPARALLEL_STREAM_TASK_GROUP_EVENTSAcción

Tool to stream events for a task group. use when you want real-time updates of group status and run completions.

Parámetros de entrada

  • timeoutinteger

    Duration in seconds to keep the connection open if no new events occur.

  • taskgroup_idstringObligatorio

    Unique identifier of the Task Group to stream events from.

  • last_event_idstring

    ID of the last received event to resume streaming from.

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Suggest TaskPARALLEL_SUGGEST_TASKAcción

Tool to suggest tasks based on user or project context. use when you need task specifications generated from intent after providing context.

Parámetros de entrada

  • inputobjectObligatorio

    Seed data to base suggestions on

  • contextobjectObligatorio

    Scope identifiers for suggestions

  • user_intentstringObligatorio

    User intent to guide the suggestion

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not