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

> Référence du SDK TypeScript

[weave](../) / SubAgentInit

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

* `SpanInitBase`

  ↳ `SubAgentInit`

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

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

* [model](./subagentinit#model)
* [nom](./subagentinit#name)

- [startTime](./subagentinit#starttime)

## Propriétés

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

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

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

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

***

<div id="name">
  ### nom
</div>

• **nom**: `string`

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

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

***

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