We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1fee557 commit ec0975dCopy full SHA for ec0975d
packages/event-handler/src/bedrock-agent/utils.ts
@@ -11,8 +11,6 @@ export function assertBedrockAgentFunctionEvent(
11
event: unknown
12
): asserts event is BedrockAgentFunctionEvent {
13
const isValid =
14
- typeof event === 'object' &&
15
- event !== null &&
16
isRecord(event) &&
17
'actionGroup' in event &&
18
isString(event.actionGroup) &&
0 commit comments