Skip to content

@gettoor/core v0.1.0


@gettoor/core / ExperimentResponseGeneratedInput

Interface: ExperimentResponseGeneratedInput

Input for the responseGenerated listener.

Extends

Properties

datasetName

datasetName: string

Name of the dataset entry.

Inherited from

ExperimentListenerCommonInput.datasetName


modelName

modelName: string

Name of the model.

Inherited from

ExperimentListenerCommonInput.modelName


parametersName

parametersName: string

Name of the model parameters.

Inherited from

ExperimentListenerCommonInput.parametersName


promptName

promptName: string

Name of the prompt.

Inherited from

ExperimentListenerCommonInput.promptName


response

response: string

Response generated by the model.