For the complete documentation index, see llms.txt. This page is also available as Markdown.

create_task()

create_task()

Submit a task without waiting for it to complete

Arguments

{
  "name": "string",
  "query": "string"
}

Returns

The trajectory_id (task ID) of the newly created task.

"019cd179-8d61-7f65-a79c-b965dda9eac3"

Last updated