GET WORKER CONFIGURATIONS¶
Retrieves the LLM-facing configuration schema for a specified worker type on the d3VIEW platform. Use this worker when an agent or workflow needs to inspect a worker’s input/output definitions at runtime, for example to dynamically construct or validate a workflow step.
When to use¶
Tagged: dynamic, llm, openai, registry, schema, worker_config, workflow.
Inputs¶
| Label | ID | Type | Default | Required | Description |
|---|---|---|---|---|---|
| Worker Type | worker_type | text | — | ✓ | The internal type identifier string of the worker whose configuration schema should be retrieved (e.g. ‘csv_reader’, ‘binout_extractor’); must exactly match a registered worker type. |
Outputs¶
| Label | ID | Type | Description |
|---|---|---|---|
| Status | status | string | Human-readable success or error message indicating whether the configuration was found; begins with ‘Success:’ on retrieval or ‘Error:’ if the worker type is not recognised. |
| Results | results | string | JSON-encoded LLM worker definition schema for the requested worker type, including its inputs, outputs, and metadata; null if the worker type was not found. |
Disciplines¶
- ai_ml.agents
- ai_ml.llm
- platform.workflow
Auto-generated from platform schema. Worker id: workflow_get_worker_configurations. Schema hash: 9596210457ea. Hand-curated docs in workerexamples/ override this page when present.