agent-protocol icon indicating copy to clipboard operation
agent-protocol copied to clipboard

JS SDK: Bug - the full StepRequestBody should be passed to the execute step handler #5

Open hackgoofer opened this issue 2 years ago • 0 comments

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

hackgoofer avatar Nov 27 '23 22:11 hackgoofer