Class: A2A::TaskQueryParams
- Inherits:
-
TaskIdParams
- Object
- Dry::Struct
- ProtocolStruct
- TaskIdParams
- A2A::TaskQueryParams
- Defined in:
- lib/a2a/types/task_query_params.rb
Overview
Parameters used for querying task-related information by ID.
Instance Method Summary collapse
-
#history_length ⇒ Integer?
Optional history length to retrieve for the task.
Methods inherited from TaskIdParams
Methods included from Extensions::CaseTransformation
Instance Method Details
#history_length ⇒ Integer?
Returns Optional history length to retrieve for the task.
7 |
# File 'lib/a2a/types/task_query_params.rb', line 7 attribute? :history_length, Types::Integer.optional |