gen_ai.conversation.id の下にターンをまとめるクラスです。これ自体は OTel span ではなく、子 span が自身の span に conversation id を付与します。
目次
プロパティ
アクセサー
メソッド
プロパティ
agentName
Readonly agentName: string
定義元
attributes
Readonly attributes: Attributes
定義元
conversationId
Readonly conversationId: string
定義元
model
Readonly model: string
定義元
アクセサー
sessionId
get sessionId(): string
戻り値
string
定義元
メソッド
end
opts?): void
パラメーター
| 名 | タイプ |
|---|---|
opts? | SpanEndOptions |
戻り値
void
定義元
startTurn
opts?): Turn
パラメーター
| 名 | タイプ |
|---|---|
opts | TurnInit |
戻り値
Turn
定義元
create
opts?): Conversation
パラメーター
| 名 | タイプ |
|---|---|
opts | ConversationInit |
戻り値
Conversation