NAiOS IconNAiOS Logo
Volver al catálogo

Entelligence

entelligence

Entelligence leverages artificial intelligence to provide insights, recommendations, and predictive analytics for businesses seeking data-driven decision-making capabilities

Acciones
2
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 (2)

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.

Add a new repositoryENTELLIGENCE_ADD_A_NEW_REPOSITORYAcción

Add a new repository to the system with specified details

Parámetros de entrada

  • UrlstringObligatorio

    The URL of the repository

  • NamestringObligatorio

    The name of the repository

  • Branchstring

    Optional branch name

  • IsPublicbooleanObligatorio

    Whether the repository is public or private

  • UserUUIDstring

    Optional UUID of the user adding the repository

  • IngestPrsboolean

    Optional flag to ingest pull requests

  • IngestDocsboolean

    Optional flag to ingest documentation

  • AccessTokenstring

    Optional access token for private repositories

  • VectorDBURLstring

    Optional URL of the vector database

  • IngestIssuesboolean

    Optional flag to ingest issues

  • IsMergedRepoboolean

    Optional flag indicating if this is a merged repository

  • DocumentationUrlstring

    Optional URL for the repository"s documentation

  • OrganizationUUIDstring

    Optional UUID of the organization the repository belongs to

Parámetros de salida

  • dataobjectObligatorio
  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Interact with the repository agentENTELLIGENCE_INTERACT_WITH_THE_REPOSITORY_AGENTAcción

Send a question and related information to the repository agent and receive a streaming response

Parámetros de entrada

  • historyobject[]Obligatorio

    List of previous interactions or context

  • questionstringObligatorio

    The question to ask the Repository Agent

  • usernamestring

    Optional username

  • vectorDBUrlstringObligatorio

    URL of the vector database

  • advancedAgentboolean

    Optional flag to use advanced agent features

  • githubUsernamestring

    Optional GitHub username

Parámetros de salida

  • dataobjectObligatorio
  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not