NAiOS IconNAiOS Logo
Volver al catálogo

V0

v0

v0 is an AI-powered web development assistant built by Vercel, designed to generate real, production-ready code for modern web applications.

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

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.

V0 Chat CompletionsV0_V0_CHAT_COMPLETIONSAcción

Tool to generate a chat model response given a list of messages. use when you need ai-powered conversational replies via the v0 api.

Parámetros de entrada

  • modelstringObligatorio

    Model to use for generating the chat completion

  • toolsobject[]

    Optional list of tool definitions (functions) available to the model

  • streamboolean

    If true, returns a stream of completion chunks. Streaming is not supported by this action wrapper.

  • messagesobject[]Obligatorio

    List of messages describing the conversation so far

  • tool_choicestring

    Identifier or definition of the tool to call, if tools are provided

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

Find ChatsV0_V0_FIND_CHATSAcción

Tool to retrieve a list of chats. use when you need to list user chats with pagination and optional favorite filtering after authentication.

Parámetros de entrada

  • limitinteger

    Maximum number of chats to return; must be between 0 and 60

  • offsetinteger

    Number of chats to skip before returning results; must be non-negative

  • isFavoriteboolean

    If true, only favorite chats are returned; omit to fetch all

Parámetros de salida

  • dataobject[]Obligatorio

    Array of chat objects

  • errorstring

    Error if any occurred during the execution of the action

  • objectstringObligatorio

    Constant: 'list'

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Find ProjectsV0_V0_FIND_PROJECTSAcción

Tool to retrieve a list of projects associated with the authenticated user. use after obtaining a valid api key.

Parámetros de entrada

  • afterstring

    Cursor for pagination to return items after this cursor

  • limitinteger

    Maximum number of projects to return; must be >= 1

Parámetros de salida

  • dataobject[]Obligatorio

    List of project objects returned by the API

  • errorstring

    Error if any occurred during the execution of the action

  • objectstringObligatorio

    Literal 'list' denoting the list object type

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not