Interface ISeparated<Model>
interface ISeparated<Model extends ILlmSchema.Model> { human: null | ModelParameters[Model]; llm: null | ModelParameters[Model];} Type Parameters
- Model extends ILlmSchema.Model
Properties
human
human: null | ModelParameters[Model] llm
llm: null | ModelParameters[Model]
Collection of separated parameters.