Class: Copilot::ProviderTokenArgs

Inherits:
Struct
  • Object
show all
Defined in:
lib/copilot/types.rb

Overview

Arguments passed to a BYOK bearer_token_provider callable (per-session scoping).

Instance Attribute Summary collapse

Instance Attribute Details

#session_idObject

Returns the value of attribute session_id

Returns:

  • (Object)

    the current value of session_id



620
621
622
# File 'lib/copilot/types.rb', line 620

def session_id
  @session_id
end