widget

Create Widget Task

Create new chat task for widget guest

post/api/widget/chat/task/create

Request body

titlestring required
descriptionstring nullable
agent_idinteger nullable
filesstring[] nullable
llm_idsstring[] nullable
memory_similarity_thresholdnumber nullable
agent_typestring nullable
agent_configobject nullable
execution_modestring nullable
process_descriptionstring nullable

Response

Successful Response

task_idinteger required
titlestring required
statusstring required
created_atstring required
model_idstring nullable
small_fast_model_idstring nullable
visual_model_idstring nullable
compact_model_idstring nullable
model_namestring nullable
small_fast_model_namestring nullable
visual_model_namestring nullable
compact_model_namestring nullable
execution_modestring nullable
channel_idinteger nullable
channel_namestring nullable

Changes