Skip to main content

Hierarchy

  • SpanInitBase TurnInit

Table of contents

Properties

Properties

agentDescription

Optional agentDescription: string

Defined in

src/genai/turn.ts:38

agentId

Optional agentId: string

Defined in

src/genai/turn.ts:36

agentName

Optional agentName: string

Defined in

src/genai/turn.ts:37

agentVersion

Optional agentVersion: string

Defined in

src/genai/turn.ts:39

attributes

Optional attributes: Attributes Custom attributes set on this turn and passed to every child span. Normally seeded from the conversation via startConversation({ attributes }); set here for a rootless startTurn({ attributes }) with no conversation.

Defined in

src/genai/turn.ts:45

model

Optional model: string

Defined in

src/genai/turn.ts:33

startTime

Optional startTime: TimeInput

Inherited from

SpanInitBase.startTime

Defined in

src/genai/spanBase.ts:17

systemInstructions

Optional systemInstructions: string[]

Defined in

src/genai/turn.ts:34

userMessage

Optional userMessage: string

Defined in

src/genai/turn.ts:35