fix: Validate custom tool names for forbidden chars (#8878)

This commit is contained in:
Michael Kret
2024-03-14 10:03:33 +02:00
committed by GitHub
parent 4861556a1c
commit edce632ee6
5 changed files with 82 additions and 17 deletions

View File

@@ -2341,6 +2341,7 @@ export interface ResourceMapperField {
export type FieldType =
| 'string'
| 'string-alphanumeric'
| 'number'
| 'dateTime'
| 'boolean'