> ## Documentation Index
> Fetch the complete documentation index at: https://wb-21fd5541-sdk-testing-latest.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Interface : Message

> Référence du SDK TypeScript

[weave](../) / Message

<div id="table-of-contents">
  ## Table des matières
</div>

<div id="properties">
  ### Propriétés
</div>

* [content](./message#content)
* [parts](./message#parts)
* [role](./message#role)
* [toolCallId](./message#toolcallid)
* [toolName](./message#toolname)

## Propriétés

<div id="content">
  ### content
</div>

• `Facultatif` **content**: `string`

<div id="defined-in">
  #### Défini dans
</div>

[genai/types.ts:11](https://github.com/wandb/weave/blob/6538626556c93d6f31ae725fdefe4e6b8b71bc2c/sdks/node/src/genai/types.ts#L11)

***

<div id="parts">
  ### parts
</div>

• `Facultatif` **parts**: [`MessagePart`](../#messagepart)\[]

#### défini dans

[genai/types.ts:14](https://github.com/wandb/weave/blob/6538626556c93d6f31ae725fdefe4e6b8b71bc2c/sdks/node/src/genai/types.ts#L14)

***

<div id="role">
  ### role
</div>

• **role**: [`Role`](../#role)

<div id="defined-in">
  #### Défini dans
</div>

[genai/types.ts:10](https://github.com/wandb/weave/blob/6538626556c93d6f31ae725fdefe4e6b8b71bc2c/sdks/node/src/genai/types.ts#L10)

***

<div id="toolcallid">
  ### toolCallId
</div>

• `Facultatif` **toolCallId**: `string`

<div id="defined-in">
  #### Défini dans
</div>

[genai/types.ts:12](https://github.com/wandb/weave/blob/6538626556c93d6f31ae725fdefe4e6b8b71bc2c/sdks/node/src/genai/types.ts#L12)

***

<div id="toolname">
  ### toolName
</div>

• `Facultatif` **toolName**: `string`

<div id="defined-in">
  #### Défini dans
</div>

[genai/types.ts:13](https://github.com/wandb/weave/blob/6538626556c93d6f31ae725fdefe4e6b8b71bc2c/sdks/node/src/genai/types.ts#L13)
