Custom Processors

Describe Customizer

Conversational endpoint for building a custom processor description. Accepts the chat history, returns the next assistant message. When the system has enough context, includes a proposed_description.

post/api/v1/custom_processors/describe

Cookies

wos-sessionstring
datalab_active_teamstring

Request body

Response

Successful Response

messagestring required

Assistant's response text

proposed_descriptionstring nullable

Non-null when the system has enough conviction to propose a processor description

Changes