class qveris.ToolCapabilityTag(*, id: str | None = None, name: str | None = None, type: str | None = None, description: str | None = None, **extra_data: Any)
Coverage tag attached to a capability (e.g. market coverage).
model_post_init(context: Any, /) → None
This function is meant to behave like a BaseModel method to initialise private attributes.
It takes context as an argument since that's what pydantic-core passes when calling it.
- 参数:
- self -- The BaseModel instance.
- context -- The context.
