From 1136d9cf9323b51434b550997d626f7bd290dfbd Mon Sep 17 00:00:00 2001 From: Damien BUTY Date: Tue, 30 Jul 2024 12:29:07 +0200 Subject: [PATCH] chore: regenerate typedoc --- docs/api.md | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) diff --git a/docs/api.md b/docs/api.md index 4ec6a49..f01e9bf 100644 --- a/docs/api.md +++ b/docs/api.md @@ -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