We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 422d01d commit 34ec3b0Copy full SHA for 34ec3b0
adala/skills/_base.py
@@ -18,7 +18,7 @@ class Skill(BaseModel, ABC):
18
input_template (str): Template for the input data.
19
output_template (str): Template for the output data.
20
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,
+ field_schema (Optional[Dict]): Field [JSON schema](https://json-schema.org/) to use in the templates. Defaults to all fields are strings,
22
i.e. analogous to {"field_n": {"type": "string"}}.
23
extra_fields (Optional[Dict[str, str]]): Extra fields to use in the templates. Defaults to None.
24
verbose (bool): Flag indicating if runtime outputs should be verbose. Defaults to False.
0 commit comments