Skip to content

Commit

Permalink
Slight increase in explanation size
Browse files Browse the repository at this point in the history
  • Loading branch information
yellowcap committed Feb 12, 2025
1 parent b1dd135 commit c51187e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion zeno/agents/layerfinder/agent.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ class Dataset(JSONSerializable):
title: str = Field(description="The title of the dataset")
dataset: str = Field(description="The slug of the dataset")
explanation: str = Field(
description="A two-line explanation of why this dataset is relevant to the user's problem"
description="A one paragraph explanation of why this dataset is relevant to the user's problem"
)
uri: Optional[str] = Field(None, description="The URI of the dataset")
tilelayer: Optional[str] = Field(None, description="The tilelayer of the dataset")
Expand Down

0 comments on commit c51187e

Please sign in to comment.