docs-util: fix update OAS schema (#8556)
* docs-util: fix update OAS schema * fix to updating * fix condition
This commit is contained in:
@@ -518,6 +518,11 @@ class KnowledgeBaseFactory {
|
||||
},
|
||||
]
|
||||
private oasDescriptionKnowledgeBase: KnowledgeBase[] = [
|
||||
{
|
||||
exact: "additional_data",
|
||||
template:
|
||||
"Pass additional custom data to the API route. This data is passed to the underlying workflow under the `additional_data` parameter.",
|
||||
},
|
||||
{
|
||||
pattern: /.*/,
|
||||
template(str, options) {
|
||||
|
||||
Reference in New Issue
Block a user