Protocols
Generate and optimize bioprotocols.
Generate and optimize bioprotocols.
elnora_protocols_generate
Generate a bioprotocol — creates a task and sends the description in one call. Returns the task and the queued user message, NOT the AI response; the agent processes asynchronously. To get the generated protocol, poll elnora_tasks_messages with the returned task id every 5-10s until the last message has role 'assistant' with metadata.status 'completed'. Timeout after 5 min.
| Parameter | Type | Required | Description |
|---|---|---|---|
description | any | yes | Protocol description |
project | any | yes | Project UUID to associate with |
title | any | yes | Task title (defaults to first 100 chars of description) |