Hierarchy
-
SpanInitBase↳TurnInit
Table of contents
Properties
- agentDescription
- agentId
- agentName
- agentVersion
- attributes
- model
- startTime
- systemInstructions
- userMessage
Properties
agentDescription
•Optional agentDescription: string
Defined in
src/genai/turn.ts:38agentId
•Optional agentId: string
Defined in
src/genai/turn.ts:36agentName
•Optional agentName: string
Defined in
src/genai/turn.ts:37agentVersion
•Optional agentVersion: string
Defined in
src/genai/turn.ts:39attributes
•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:45model
•Optional model: string
Defined in
src/genai/turn.ts:33startTime
•Optional startTime: TimeInput
Inherited from
SpanInitBase.startTimeDefined in
src/genai/spanBase.ts:17systemInstructions
•Optional systemInstructions: string[]
Defined in
src/genai/turn.ts:34userMessage
•Optional userMessage: string