Plugin Properties
Aicado AI Connector plugini yalnızca tek bir server-side action'dan oluşur. Bu actionu kullanarak use-case'inize göre istediğiniz AI modeli çalıştırabilirsiniz. Bu aksiyon modelin outputunu sizin webhook'unuza gönderir.
Run AI Connector (server-side action) Bu aksiyonu çalıştırarak seçtiğiniz AI modelini Aicado sunucularında run etmek üzere sıraya almış olursunuz. Sıraya alma işlemi tamamlandıktan sonra
Bu aksiyonu uygulamanızın istediğiniz bölümünde, istediğiniz eventle tetikleyebilirsiniz. The core functionality is triggered through the "Aicado AI Connector" action, which allows you to select and run any AI model available in the Aicado platform.
Input Fields: Depending on the selected model, you can pass different types of inputs via:
text1
,text2
— for models that requires text inputimage1
,image2
— for models that requires image inputvideo1
,video2
— for models that requires video inputaudio1
,audio2
— for models that requires audio input
Exposed State Output -
run_id
: Every time an AI model is triggered via the action, it returns a uniquerun_id
, which is used to track the model’s response and associate it with your data structure.
Last updated
Was this helpful?