Operating system set to macOS
Documentation jurisdiction set to United States
Sign inConnect Claude
API/schemas
Schema

GenerateStepFromDescriptionContext

Optional context for step-scope generation. Mirrors the service- layer ``GenerateStepContext`` model but lives on the router so the OpenAPI snapshot doesn't pull a service-internal class into the public schema graph.

FieldTypeDescription
workstream_idstring | null—
step_idstring | null—
preceding_step_idsstring[]—
available_toolsstring[]—
existing_stepobject | nullCurrent step definition — lets the LLM modify incrementally rather than generating from scratch (preserves type, tool_name, etc.).