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

JS SDK - Bug: StepInput and StepOutput should be typed as string|undefined #3

Open hackgoofer opened this issue 2 years ago • 0 comments

The typing for StepInput and StepOutput doesn't match the current protocol spec which is a nullable string. These should be typed as string|undefined not any.

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

hackgoofer avatar Nov 27 '23 22:11 hackgoofer