agent-protocol
agent-protocol copied to clipboard
JS SDK: Bug - the full StepRequestBody should be passed to the execute step handler #5
The internal step handler is only passing the input text to the step which means it can't access the missing additional_input properties in https://github.com/AI-Engineer-Foundation/agent-protocol-sdk-js/issues/4. The full request body should be passed to the handler.
The link to the original issue. https://github.com/AI-Engineer-Foundation/agent-protocol-sdk-js/issues/5