Skip to main content
Defined in: src/genai/turn.ts:32

Extends

  • SpanInitBase

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
Defined in: src/genai/spanBase.ts:17

Inherited from

SpanInitBase.startTime

systemInstructions

optional systemInstructions: string[]
Defined in: src/genai/turn.ts:34

userMessage

optional userMessage: string
Defined in: src/genai/turn.ts:35