Fix for type error with optional outpyt JSONSchema
This commit is contained in:
@@ -5,7 +5,7 @@ export type FunctionData = {
|
||||
name: string;
|
||||
friendlyName: string;
|
||||
description: string;
|
||||
input: JSONSchema | undefined;
|
||||
output: JSONSchema;
|
||||
input?: JSONSchema;
|
||||
output?: JSONSchema;
|
||||
functionCode: string;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user