NEWCKEditor AI on your premises: Hook your LLM and register MCP tools. Webinar coming soon!
Sign up (with export icon)

AIRequestMessageItem

Api-typedef icontypedef

Single message item, in the format required for the OpenAI request.

Example:

{ role: 'system', content: 'You are a helpful assistant.' }
Copy code

See OpenAI API reference to learn more.

Value

Record<string, string>