Skip to content

AIDK API Reference / aidk-shared / normalizeContentInput

Function: normalizeContentInput() ​

ts
function normalizeContentInput(input: ContentInput): ContentBlock;

Defined in: packages/shared/src/input.ts:96

Normalize ContentInput to ContentBlock

Parameters ​

ParameterType
inputContentInput

Returns ​

ContentBlock

Released under the MIT License.