Class: A2A::TaskQueryParams

Inherits:
TaskIdParams
  • Object
show all
Defined in:
lib/a2a/types/task_query_params.rb

Overview

Parameters used for querying task-related information by ID.

Instance Method Summary collapse

Methods inherited from TaskIdParams

#id, #metadata

Methods included from Extensions::CaseTransformation

#camelize, included, #to_json

Instance Method Details

#history_lengthInteger?

Returns Optional history length to retrieve for the task.

Returns:

  • (Integer, nil)

    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