Fix test and make fields optional
Signed-off-by: sblausten <sam@roadie.io>
This commit is contained in:
@@ -177,12 +177,12 @@ export interface FactRetriever {
|
||||
/**
|
||||
* A short display title for the fact retriever to be used in the interface
|
||||
*/
|
||||
title: string;
|
||||
title?: string;
|
||||
|
||||
/**
|
||||
* A short display description for the fact retriever to be used in the interface.
|
||||
*/
|
||||
description: string;
|
||||
description?: string;
|
||||
|
||||
/**
|
||||
* Handler function that needs to be implemented to retrieve fact values for entities.
|
||||
|
||||
Reference in New Issue
Block a user