Feat: Flatten the request schema of the webhook #10427 (#11917)

### What problem does this PR solve?

Feat: Flatten the request schema of the webhook #10427

### Type of change


- [x] New Feature (non-breaking change which adds functionality)
This commit is contained in:
balibabu
2025-12-12 09:59:54 +08:00
committed by GitHub
parent 74afb8d710
commit a6bd765a02
10 changed files with 276 additions and 135 deletions

View File

@ -2008,6 +2008,9 @@ Important structured information may include: names, dates, locations, events, k
basic: 'Basic',
bearer: 'Bearer',
apiKey: 'Api Key',
queryParameters: 'Query parameters',
headerParameters: 'Header parameters',
requestBodyParameters: 'Request body parameters',
},
},
llmTools: {