Bug Report
Environment:
- SDK: Node.js/TypeScript
- Node version: 22.x
- SDK version: 0.1.0
Steps to reproduce:
- Initialize the copilot-sdk client
- Call
session.create({}) with empty options object
- Observe that the return value is
undefined instead of a session object
Expected behavior: session.create should return a session object.
Actual behavior: Returns undefined.
This is a tracking test issue — please ignore.
Bug Report
Environment:
Steps to reproduce:
session.create({})with empty options objectundefinedinstead of a session objectExpected behavior:
session.createshould return a session object.Actual behavior: Returns
undefined.This is a tracking test issue — please ignore.