TaskQueryParamsBuilder
DSL builder for TaskQueryParams.
Example usage:
val params = taskQueryParams {
id = "task-123"
historyLength = 10
metadata = myMetadata
}Content copied to clipboard
Functions
Link copied to clipboard
Builds a TaskQueryParams instance with the configured parameters.
Link copied to clipboard
Sets the history length.
Link copied to clipboard
Sets the ID of the task.
Link copied to clipboard
Sets the metadata.