weave / Session A Session groups Turns under a singleDocumentation Index
Fetch the complete documentation index at: https://wb-21fd5541-update-reference-docs-34.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
gen_ai.conversation.id. It is not
itself an OTel span — children stamp the conversation id onto theirs.
Table of contents
Properties
Methods
Properties
agentName
•Readonly agentName: string
Defined in
genai/session.ts:22model
•Readonly model: string
Defined in
genai/session.ts:23sessionId
•Readonly sessionId: string
Defined in
genai/session.ts:24Methods
end
▸ end():void
Returns
void
Defined in
genai/session.ts:51startTurn
▸ startTurn(opts?): Turn
Parameters
| Name | Type |
|---|---|
opts | TurnInit |
Returns
Turn
Defined in
genai/session.ts:43create
▸ create(opts?): Session
Parameters
| Name | Type |
|---|---|
opts | SessionInit |
Returns
Session