chat

Create Task

Create new chat task

post/api/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
is_previewboolean
is_visibleboolean
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
agent_idinteger nullable
agent_namestring nullable
agent_logo_urlstring nullable

Changes

Changed in 2 of the 4 revisions of this API.315

    • added the new optional request property is_preview

      new-optional-request-property

    • added the new optional request property is_visible

      new-optional-request-property

    • added the optional property agent_id to the response with the 200 status

      response-optional-property-added

    • added the optional property agent_logo_url to the response with the 200 status

      response-optional-property-added

    • added the optional property agent_name to the response with the 200 status

      response-optional-property-added

    This revision also has 8 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog

  • c9eb29ec9a1b310See the full diff
    • removed the request property llm_names

      request-property-removed

    • removed the request property vibe_mode

      request-property-removed

    • removed the optional property vibe_mode from the response with the 200 status

      response-optional-property-removed

    • added the new optional request property execution_mode

      new-optional-request-property

    • added the new optional request property llm_ids

      new-optional-request-property

    • added the optional property channel_id to the response with the 200 status

      response-optional-property-added

    • added the optional property channel_name to the response with the 200 status

      response-optional-property-added

    • added the optional property compact_model_id to the response with the 200 status

      response-optional-property-added

    • added the optional property compact_model_name to the response with the 200 status

      response-optional-property-added

    • added the optional property execution_mode to the response with the 200 status

      response-optional-property-added

    • added the optional property model_id to the response with the 200 status

      response-optional-property-added

    • added the optional property small_fast_model_id to the response with the 200 status

      response-optional-property-added

    • added the optional property visual_model_id to the response with the 200 status

      response-optional-property-added

    This revision also has 2 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog