Skip to main content

Documentation Index

Fetch the complete documentation index at: https://dev.docs.inworld.ai/llms.txt

Use this file to discover all available pages before exploring further.

Properties


Properties

keywords

keywords: string[] | { name: string; keywords: string[]; }[]
Keywords can be either a flat array of strings or structured groups. For CPP compatibility, use structured format: Array<{name: string, keywords: string[]}>