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

JS SDK - Bug: all request & response interfaces are missing additional_input and additional_output properties.

Open hackgoofer opened this issue 1 year ago • 0 comments

If you look at the StepRequestBody interface its missing the additional_input property. This should probably be typed as Record<string,unknown>. Same goes for the step response and task level request & response objects.

Link: https://github.com/AI-Engineer-Foundation/agent-protocol-sdk-js/issues/4

hackgoofer avatar Nov 27 '23 22:11 hackgoofer