> ## Documentation Index
> Fetch the complete documentation index at: https://docs.inworld.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# Content

> This class encapsulates single result of Chat LLM generation (either standalone or a chunk of ContentStream). Includes the text content and any tool calls that are embedded within the content.

## Constructors

* [constructor](#constructor)

***

## Constructors

### constructor

```typescript theme={"system"}
new Content(content: ContentInterface): Content
```

Creates a new Content instance.

#### Parameters

<ParamField body="content" type="ContentInterface" required>
  The content data to create the instance from.
</ParamField>

#### Returns

`Content`
