chat

Create Task

Create new chat task

post/api/chat/task/create

Request body

titlestring required
descriptionstring nullable
agent_idinteger nullable
filesstring[] nullable
llm_namesstring[] nullable
memory_similarity_thresholdnumber nullable
agent_typestring nullable
agent_configobject nullable
vibe_modestring nullable
process_descriptionstring nullable

Response

Successful Response

task_idinteger required
titlestring required
statusstring required
created_atstring required
model_namestring nullable
small_fast_model_namestring nullable
visual_model_namestring nullable
vibe_modestring nullable

Changes