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

> TypeScript SDK reference

[weave](../) / SubAgentInit

## Hierarchy

* `SpanInitBase`

  ↳ `SubAgentInit`

## Table of contents

### Properties

* [model](./subagentinit#model)
* [name](./subagentinit#name)
* [startTime](./subagentinit#starttime)

## Properties

### model

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

#### Defined in

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

***

### name

• **name**: `string`

#### Defined in

[src/genai/subagent.ts:16](https://github.com/wandb/weave/blob/9591aba8a5e77309ee0858e5ba94d31c1bd7e404/sdks/node/src/genai/subagent.ts#L16)

***

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