NAiOS IconNAiOS Logo
Volver al catálogo

Writer

writer

Writer is a full-stack generative AI platform for enterprises, offering tools to build and deploy AI applications integrated with their suite of LLMs, graph-based RAG tools, and AI guardrails.

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

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.

Ask Question to Knowledge GraphWRITER_ASK_QUESTION_TO_KNOWLEDGE_GRAPHAcción

Tool to send a question to the knowledge graph and retrieve the answer. use after defining your question and optional context.

Parámetros de entrada

  • contextobject[]

    Optional list of context key/value pairs to provide additional information

  • questionstringObligatorio

    The question to ask the knowledge graph

  • graph_idsstring[]Obligatorio

    List of knowledge graph identifiers to target

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

Chat CompletionWRITER_CHAT_COMPLETIONAcción

Tool to generate chat-based completions. use when you need conversational ai responses; call after assembling system and user messages.

Parámetros de entrada

  • ninteger

    Number of chat completion choices to generate

  • stopstring

    Up to 4 sequences where the API will stop generating further tokens

  • modelstring

    Model identifier to use for the chat completion

  • top_pnumber

    Nucleus sampling probability threshold

  • streamboolean

    Whether to stream back partial progress as server-sent events

  • messagesobject[]Obligatorio

    Conversation history in order. Required.

  • max_tokensinteger

    Maximum number of tokens to generate

  • temperaturenumber

    Sampling temperature; higher values produce more random output

  • presence_penaltynumber

    Penalty for new tokens based on presence in the text so far

  • frequency_penaltynumber

    Penalty for new tokens based on their frequency in the text so far

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

Create Knowledge GraphWRITER_CREATE_KNOWLEDGE_GRAPHAcción

Tool to create a new knowledge graph. use after defining nodes and edges to persist the graph.

Parámetros de entrada

  • namestringObligatorio

    The name of the knowledge graph

  • edgesobject[]Obligatorio

    List of edges in the knowledge graph

  • nodesobject[]Obligatorio

    List of nodes in the knowledge graph

  • descriptionstring

    A short description for the knowledge graph

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

Delete GraphWRITER_DELETE_GRAPHAcción

Tool to delete a knowledge graph by its id. use when you need to remove a graph after confirming its identifier.

Parámetros de entrada

  • graph_idstringObligatorio

    Unique identifier of the graph to delete.

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

List ApplicationsWRITER_LIST_APPLICATIONSAcción

Tool to list all no-code agent applications. use when you need to retrieve all registered applications.

Parámetros de entrada

Sin parámetros.

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

List FilesWRITER_LIST_FILESAcción

Tool to list all uploaded files. use when you need to retrieve a paginated set of user files, optionally filtered by status, graph, or type. use after uploading files to inspect available files.

Parámetros de entrada

  • afterstring

    Cursor for returning the next page of results; set to the last file ID of the prior page.

  • limitinteger

    Max number of files to return (1-100). Defaults to 50.

  • orderstringenum

    Sorting order for results: 'asc' (oldest first) or 'desc' (newest first).

    ascdesc
  • beforestring

    Cursor for returning the previous page of results; set to the first file ID of the prior page.

  • statusstringenum

    Filter files by status.

    in_progresscompletedfailed
  • graph_idstring

    Filter files by a specific knowledge graph ID.

  • file_typesstring

    Comma-separated list of file extensions to include, e.g. 'pdf,docx,jpg'.

Parámetros de salida

  • dataobject[]Obligatorio

    Page of file objects.

  • errorstring

    Error if any occurred during the execution of the action

  • last_idstring

    ID of the last file in this page.

  • first_idstring

    ID of the first file in this page.

  • has_morebooleanObligatorio

    True if more files are available beyond this page.

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

List Knowledge GraphsWRITER_LIST_GRAPHSAcción

Tool to retrieve a list of knowledge graphs. use when you need an overview of existing graphs.

Parámetros de entrada

Sin parámetros.

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

List ModelsWRITER_LIST_MODELSAcción

Tool to list all available language models. use when you need to discover which models can be used for completions.

Parámetros de entrada

Sin parámetros.

Parámetros de salida

  • dataobject[]Obligatorio

    Array of available models information

  • errorstring

    Error if any occurred during the execution of the action

  • objectstringObligatorio

    Top-level object type, e.g., 'list'

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Medical Text ComprehensionWRITER_MEDICAL_COMPREHENDAcción

Tool to extract medical entities and concepts from unstructured clinical text. use when you need to label medical text with standardized codes such as snomed ct.

Parámetros de entrada

  • textstringObligatorio

    The clinical or medical text to analyze (max 20,000 characters).

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 Knowledge GraphWRITER_RETRIEVE_GRAPHAcción

Tool to retrieve a knowledge graph by its id. use when you need details of an existing graph.

Parámetros de entrada

  • graph_idstringObligatorio

    Unique identifier of the knowledge graph 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

Text GenerationWRITER_TEXT_GENERATIONAcción

Tool to generate text based on a given prompt. use when you need model-driven completions after crafting a prompt.

Parámetros de entrada

  • stopstring[]

    Sequences where the API will stop generating.

  • modelstringObligatorio

    The name of the model to use for generation.

  • top_pnumber

    Nucleus sampling parameter between 0 and 1.

  • promptstringObligatorio

    The text prompt for the model.

  • max_tokensinteger

    Maximum number of tokens in the generated output.

  • temperaturenumber

    Sampling temperature between 0 and 2.

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

Update Knowledge GraphWRITER_UPDATE_GRAPHAcción

Tool to update an existing knowledge graph. use after confirming the graph id. specify at least one of name, data, or description to modify.

Parámetros de entrada

  • dataobject

    Updated data structure or points for the graph

  • namestring

    New name for the graph

  • graph_idstringObligatorio

    The unique identifier of the graph to update

  • descriptionstring

    New description for the graph

Parámetros de salida

  • idstringObligatorio

    Unique identifier of the graph

  • dataobjectObligatorio

    Data structure of the graph

  • namestringObligatorio

    Name of the graph

  • errorstring

    Error if any occurred during the execution of the action

  • created_atstringObligatorio

    ISO timestamp when the graph was created

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

  • updated_atstringObligatorio

    ISO timestamp when the graph was last updated

  • descriptionstring

    Description of the graph

Web SearchWRITER_WEB_SEARCHAcción

Tool to perform a web search. use when you need relevant web page results for a given query.

Parámetros de entrada

  • limitinteger

    Maximum number of results to return

  • querystringObligatorio

    The search query string

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