Skip to content
  • There are no suggestions because the search field is empty.

Function

Functions are discrete components that execute specific tasks within the platform. They can serve as automated processes, integrate external services, or provide custom logic to enhance the system’s capabilities.

Key Attributes and Concepts:

  • Identity & Status:

    • Name & Description: Each function is uniquely named and described to clarify its purpose.
    • Enabled: Functions can be turned on or off depending on whether they should be active in the system.
  • Type & Endpoint:

    • Function Type: Functions come in different types (e.g., Logic App, UI, Products, ProductCard), indicating their role or method of integration.
    • Endpoint: A URL endpoint specifies where the function is hosted or accessed, ensuring proper integration with external services.
  • Authentication & Messaging:

    • Bearer Key: A secure key is used for authentication. For security, only a portion of this key is shown (e.g., the first few characters followed by ellipsis).
    • Wait Message: A customizable message that informs users about the processing status while the function executes.
  • Parameters & Timestamps:

    • Parameters: This is an OpenAPI specification of the object we're expecting returned from the Generative AI model. Configured as a JSON string, parameters let you define specific inputs or settings for the function’s execution.

User Benefits:
Functions in our system empower you to automate tasks, integrate with third-party systems, or execute custom logic without needing extensive coding changes. They provide a flexible and modular approach to extend the platform’s functionality.