Vorsto Docs
  • Get Started
  • Getting Started
    • Create Agent
    • Configure Agent
    • Functions
    • Parameters
  • API
    • Authentication
    • Request
    • Object Response
    • Text Response
    • API Web Hook
    • IP Whitelisting
  • 3rd Party Models
    • GPT
    • Gemini
Powered by GitBook
On this page

Was this helpful?

  1. Getting Started

Parameters

Function parameters are optional and are passed down to your functions from your interaction with the agent.

PreviousFunctionsNextAuthentication

Last updated 7 months ago

Was this helpful?

Function parameters are mostly used in conversational agents for data collection to perform specialized functions. These can be useful when intergrated to chat interfaces or custom form flows.

A parameter requires the name of the parameter e.g age, description of what the parameter is or will be used for and the data type which can be either string, number or boolean.

Once you are done configuring, You can update agent to save your configurations. You agent becomes ready for use!

Next, we explore the api, security and api documentations.