Type Alias LangSmithJestlikeWrapperParams<I, O>

LangSmithJestlikeWrapperParams: {
    inputs: I;
    config?: undefined | LangSmithJestlikeWrapperConfig;
    id?: undefined | string;
    metadata?: undefined | KVMap;
    referenceOutputs?: undefined | O;
    split?: undefined | string | string[];
}

Type Parameters

  • I
  • O

Type declaration

  • inputs: I
  • Optionalconfig?: undefined | LangSmithJestlikeWrapperConfig
  • Optionalid?: undefined | string
  • Optionalmetadata?: undefined | KVMap

    Additional metadata associated with the example.

  • OptionalreferenceOutputs?: undefined | O
  • Optionalsplit?: undefined | string | string[]

    The split(s) to assign the example to.