> ## 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

> TypeScript SDK reference

[weave](../) / TurnInit

## Hierarchy

* `SpanInitBase`

  ↳ `TurnInit`

## Table of contents

### Properties

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

## Properties

### agentName

• `Optional` **agentName**: `string`

#### Defined in

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

***

### model

• `Optional` **model**: `string`

#### Defined in

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

***

### startTime

• `Optional` **startTime**: `TimeInput`

#### Inherited from

SpanInitBase.startTime

#### Defined in

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