ListPromptsResponse#

class langsmith.schemas.ListPromptsResponse[source]#

Bases: BaseModel

A list of prompts with metadata.

Create a new model by parsing and validating input data from keyword arguments.

Raises ValidationError if the input data cannot be parsed to form a valid model.

param repos: List[Prompt] [Required]#

The list of prompts.

param total: int [Required]#

The total number of prompts.