Variable $NewResearchContextViewModelConst
$NewResearchContextViewModel: {
description: "View Model for the New Research Context Feature.";
properties: {
code: {
isRequired: true;
type: "number";
};
errorCode: {
contains: readonly [{
type: "number";
}, {
type: "null";
}];
type: "any-of";
};
errorMessage: {
contains: readonly [{
type: "string";
}, {
type: "null";
}];
type: "any-of";
};
errorName: {
contains: readonly [{
type: "string";
}, {
type: "null";
}];
type: "any-of";
};
errorType: {
contains: readonly [{
type: "string";
}, {
type: "null";
}];
type: "any-of";
};
llm_name: {
description: "Name of the LLM of the newly created research context.";
isRequired: true;
type: "string";
};
research_context_description: {
description: "Description of the newly created research context.";
isRequired: true;
type: "string";
};
research_context_id: {
description: "ID of the newly created research context.";
isRequired: true;
type: "number";
};
research_context_title: {
description: "Title of the newly created research context.";
isRequired: true;
type: "string";
};
status: {
isRequired: true;
type: "boolean";
};
};
} = ...
Type declaration
Readonly description: "View Model for the New Research Context Feature."
Readonly properties: {
code: {
isRequired: true;
type: "number";
};
errorCode: {
contains: readonly [{
type: "number";
}, {
type: "null";
}];
type: "any-of";
};
errorMessage: {
contains: readonly [{
type: "string";
}, {
type: "null";
}];
type: "any-of";
};
errorName: {
contains: readonly [{
type: "string";
}, {
type: "null";
}];
type: "any-of";
};
errorType: {
contains: readonly [{
type: "string";
}, {
type: "null";
}];
type: "any-of";
};
llm_name: {
description: "Name of the LLM of the newly created research context.";
isRequired: true;
type: "string";
};
research_context_description: {
description: "Description of the newly created research context.";
isRequired: true;
type: "string";
};
research_context_id: {
description: "ID of the newly created research context.";
isRequired: true;
type: "number";
};
research_context_title: {
description: "Title of the newly created research context.";
isRequired: true;
type: "string";
};
status: {
isRequired: true;
type: "boolean";
};
}
Readonly code: {
isRequired: true;
type: "number";
}
Readonly isRequired: true
Readonly type: "number"
Readonly errorCode: {
contains: readonly [{
type: "number";
}, {
type: "null";
}];
type: "any-of";
}
Readonly contains: readonly [{
type: "number";
}, {
type: "null";
}]
Readonly type: "any-of"
Readonly errorMessage: {
contains: readonly [{
type: "string";
}, {
type: "null";
}];
type: "any-of";
}
Readonly contains: readonly [{
type: "string";
}, {
type: "null";
}]
Readonly type: "any-of"
Readonly errorName: {
contains: readonly [{
type: "string";
}, {
type: "null";
}];
type: "any-of";
}
Readonly contains: readonly [{
type: "string";
}, {
type: "null";
}]
Readonly type: "any-of"
Readonly errorType: {
contains: readonly [{
type: "string";
}, {
type: "null";
}];
type: "any-of";
}
Readonly contains: readonly [{
type: "string";
}, {
type: "null";
}]
Readonly type: "any-of"
Readonly llm_name: {
description: "Name of the LLM of the newly created research context.";
isRequired: true;
type: "string";
}
Readonly description: "Name of the LLM of the newly created research context."
Readonly isRequired: true
Readonly type: "string"
Readonly research_context_description: {
description: "Description of the newly created research context.";
isRequired: true;
type: "string";
}
Readonly description: "Description of the newly created research context."
Readonly isRequired: true
Readonly type: "string"
Readonly research_context_id: {
description: "ID of the newly created research context.";
isRequired: true;
type: "number";
}
Readonly description: "ID of the newly created research context."
Readonly isRequired: true
Readonly type: "number"
Readonly research_context_title: {
description: "Title of the newly created research context.";
isRequired: true;
type: "string";
}
Readonly description: "Title of the newly created research context."
Readonly isRequired: true
Readonly type: "string"
Readonly status: {
isRequired: true;
type: "boolean";
}
Readonly isRequired: true
Readonly type: "boolean"