v0.2.4
CHANGELOG
Added organization_id
parameter in SessionData
, if omitted or None it will be retrieved as usual during ClaudeAPIClient
instantiation.
claude2_api.session.get_session_data()
now automatically retrieves the organization_uuid to insert into the SessionData class.
(This should allow for permanently fixing the permission error when instantiating ClaudeAPIClient
, i.e. error retrieving organization id)