Class: A2A::SendTaskStreamingRequest
- Inherits:
-
JSONRPCRequest
- Object
- Dry::Struct
- ProtocolStruct
- JSONRPCMessage
- JSONRPCRequest
- A2A::SendTaskStreamingRequest
- Defined in:
- lib/a2a/types/send_task_streaming_request.rb
Overview
Request to send a message/initiate a task and subscribe to streaming updates.
Instance Method Summary collapse
-
#method ⇒ String
Method name for sending a task message and subscribing to updates.
-
#params ⇒ TaskSendParams
Parameters for the streaming task send method.
Methods inherited from JSONRPCMessage
Methods included from Extensions::CaseTransformation
Instance Method Details
#method ⇒ String
Returns Method name for sending a task message and subscribing to updates.
7 |
# File 'lib/a2a/types/send_task_streaming_request.rb', line 7 attribute :method, Types::String.constant('tasks/sendSubscribe') |
#params ⇒ TaskSendParams
Returns Parameters for the streaming task send method.
10 |
# File 'lib/a2a/types/send_task_streaming_request.rb', line 10 attribute :params, Types::Constructor(TaskSendParams) |