> ## Documentation Index
> Fetch the complete documentation index at: https://wb-21fd5541-sdk-testing-latest.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# getCurrentTurn

> TypeScript SDK リファレンス

<div id="getcurrentturn">
  # getCurrentTurn
</div>

▸ **getCurrentTurn**(): [`Turn`](../classes/turn) | `undefined`

現在の Turn を返します。存在しない場合は `undefined` を返します。

<div id="returns">
  #### 戻り値
</div>

[`Turn`](../classes/turn) | `undefined`

<div id="defined-in">
  #### 定義元
</div>

[genai/context.ts:100](https://github.com/wandb/weave/blob/6538626556c93d6f31ae725fdefe4e6b8b71bc2c/sdks/node/src/genai/context.ts#L100)

***
