Class: GalileoObserveWorkflow
Defined in: src/observe/workflow.ts
Deprecated
This class is no longer actively maintained. Please useGalileoLogger instead.
Extends
default
Constructors
Constructor
Parameters
projectName
string
Returns
GalileoObserveWorkflow
Inherited from
Properties
projectName
Inherited from
workflows
Inherited from
Methods
addAgentStep()
Parameters
step
StepWithChildrenType
Returns
undefined | AWorkflowStep
Inherited from
addAgentWorkflow()
Parameters
step
StepWithChildrenType
Returns
AWorkflow
Inherited from
addLlmStep()
Parameters
step
LlmStepType
Returns
undefined | AWorkflowStep
Inherited from
addRetrieverStep()
Parameters
step
RetrieverStepType
Returns
undefined | AWorkflowStep
Inherited from
addSingleStepWorkflow()
Parameters
step
LlmStepType
Returns
AWorkflow
Inherited from
addToolStep()
Parameters
step
StepWithoutChildrenType
Returns
undefined | AWorkflowStep
Inherited from
addWorkflow()
Parameters
step
StepWithChildrenType
Returns
AWorkflow
Inherited from
addWorkflowStep()
Parameters
step
StepWithChildrenType
Returns
undefined | AWorkflowStep
Inherited from
concludeWorkflow()
Parameters
output?
StepIOType
durationNs?
number
statusCode?
number
Returns
null | AWorkflow
Inherited from
init()
Returns
Promise<void>
uploadWorkflows()
Returns
Promise<AWorkflow[]>