Protected
defaultResponseFunction
defaultResponseFunction: {
description: string;
name: string;
parameters: {
properties: {
response: {
description: string;
type: string;
};
};
required: string[];
type: string;
};
} = ...
Type declaration
description: string
name: string
parameters: {
properties: {
response: {
description: string;
type: string;
};
};
required: string[];
type: string;
}
properties: {
response: {
description: string;
type: string;
};
}
response: {
description: string;
type: string;
}
description: string
type: string
required: string[]
type: string