Skip to content

Commit 34ec3b0

Browse files
author
nik
committed
Add json schema link
1 parent 422d01d commit 34ec3b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

adala/skills/_base.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ class Skill(BaseModel, ABC):
1818
input_template (str): Template for the input data.
1919
output_template (str): Template for the output data.
2020
description (Optional[str]): Description of the skill.
21-
field_schema (Optional[Dict]): Field JSON schema to use in the templates. Defaults to all fields are strings,
21+
field_schema (Optional[Dict]): Field [JSON schema](https://json-schema.org/) to use in the templates. Defaults to all fields are strings,
2222
i.e. analogous to {"field_n": {"type": "string"}}.
2323
extra_fields (Optional[Dict[str, str]]): Extra fields to use in the templates. Defaults to None.
2424
verbose (bool): Flag indicating if runtime outputs should be verbose. Defaults to False.

0 commit comments

Comments
 (0)