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

# Interface : TurnInit

> Référence du SDK TypeScript

[weave](../) / TurnInit

<div id="hierarchy">
  ## Hiérarchie
</div>

* `SpanInitBase`

  ↳ `TurnInit`

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

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

* [agentName](./turninit#agentname)
* [model](./turninit#model)
* [startTime](./turninit#starttime)

## Propriétés

<div id="agentname">
  ### agentName
</div>

• `Facultatif` **agentName**: `string`

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

[src/genai/turn.ts:26](https://github.com/wandb/weave/blob/9591aba8a5e77309ee0858e5ba94d31c1bd7e404/sdks/node/src/genai/turn.ts#L26)

***

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

• `Facultatif` **model**: `string`

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

[src/genai/turn.ts:27](https://github.com/wandb/weave/blob/9591aba8a5e77309ee0858e5ba94d31c1bd7e404/sdks/node/src/genai/turn.ts#L27)

***

<div id="starttime">
  ### startTime
</div>

• `Facultatif` **startTime**: `TimeInput`

<div id="inherited-from">
  #### Hérité de
</div>

SpanInitBase.startTime

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

[src/genai/spanBase.ts:17](https://github.com/wandb/weave/blob/9591aba8a5e77309ee0858e5ba94d31c1bd7e404/sdks/node/src/genai/spanBase.ts#L17)
