Class: Copilot::ProviderTokenArgs
- Inherits:
-
Struct
- Object
- Struct
- Copilot::ProviderTokenArgs
- Defined in:
- lib/copilot/types.rb
Overview
Arguments passed to a BYOK bearer_token_provider callable (per-session scoping).
Instance Attribute Summary collapse
-
#session_id ⇒ Object
Returns the value of attribute session_id.
Instance Attribute Details
#session_id ⇒ Object
Returns the value of attribute session_id
620 621 622 |
# File 'lib/copilot/types.rb', line 620 def session_id @session_id end |