Parallel
parallelParallel offers a Task API for automated, structured web research, transforming natural language queries into precise, schema-compliant outputs.
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ónTool to create a new task group. use when batching multiple tasks for parallel execution.
PARALLEL_CREATE_TASK_GROUPAcciónTool to create a new task group. use when batching multiple tasks for parallel execution.
Parámetros de entrada
configobjectConfiguration settings for a task group.
descriptionstringA description for the task group.
displayNamestringObligatorioThe display name for the task group.
taskTemplateIdsstring[]ObligatorioList of task template IDs to be grouped.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Parallel SearchPARALLEL_PARALLEL_SEARCHAcciónTool to perform parallel semantic search. use when you need to retrieve top matching documents for multiple queries in a single call.
PARALLEL_PARALLEL_SEARCHAcciónTool 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[]ObligatorioList of search query texts to run in parallel
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Retrieve Task GroupPARALLEL_RETRIEVE_TASK_GROUPAcciónTool to retrieve details of a specific task group. use when you have a valid task group id and want to view its details.
PARALLEL_RETRIEVE_TASK_GROUPAcciónTool 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_idstringObligatorioUnique identifier of the task group to retrieve.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Stream Task Group EventsPARALLEL_STREAM_TASK_GROUP_EVENTSAcciónTool to stream events for a task group. use when you want real-time updates of group status and run completions.
PARALLEL_STREAM_TASK_GROUP_EVENTSAcciónTool to stream events for a task group. use when you want real-time updates of group status and run completions.
Parámetros de entrada
timeoutintegerDuration in seconds to keep the connection open if no new events occur.
taskgroup_idstringObligatorioUnique identifier of the Task Group to stream events from.
last_event_idstringID of the last received event to resume streaming from.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Suggest TaskPARALLEL_SUGGEST_TASKAcciónTool to suggest tasks based on user or project context. use when you need task specifications generated from intent after providing context.
PARALLEL_SUGGEST_TASKAcciónTool 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
inputobjectObligatorioSeed data to base suggestions on
contextobjectObligatorioScope identifiers for suggestions
user_intentstringObligatorioUser intent to guide the suggestion
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not