Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: regenerate typedoc
Browse files Browse the repository at this point in the history
Dam-Buty committed Jul 30, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
1 parent 7f6c0d3 commit 1136d9c
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions docs/api.md
Original file line number Diff line number Diff line change
@@ -322,6 +322,18 @@ Returns the current step from the context or null if none.

The current step, if any.

##### \_currentExperimentRunId()

> **\_currentExperimentRunId**(): `null` \| `string`
Returns the current experiment from the context or null if none.

###### Returns

`null` \| `string`

The current experiment, if any.

##### getCurrentThread()

> **getCurrentThread**(): `Thread`
@@ -348,6 +360,19 @@ WARNING : this will throw if run outside of a step context.

The current step, if any.

##### getCurrentExperimentRunId()

> **getCurrentExperimentRunId**(): `string`
Gets the current experiment run ID from the context.
WARNING : this will throw if run outside of an experiment context.

###### Returns

`string`

The current experiment, if any.

***

### BaseGeneration

0 comments on commit 1136d9c

Please sign in to comment.