agentle.agents.a2a.tasks.task_query_paramsΒΆ

A2A Task Query Parameters

This module defines the TaskQueryParams class, which represents the parameters for querying a task in the A2A protocol. It encapsulates the information needed to retrieve a specific task and control how much history is included in the response.

Functions

Field()

!!! abstract "Usage Documentation"

Classes

Any(*args, **kwargs)

Special type indicating an unconstrained type.

BaseModel()

Alias for pydantic.BaseModel.

TaskQueryParams(*, id[, historyLength, metadata])

Parameters for querying a task in the A2A protocol.