agent-protocol
agent-protocol copied to clipboard
JS SDK - Bug: all request & response interfaces are missing additional_input and additional_output properties.
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