omega_a2a_test / contrabution.json
Raiff1982's picture
Create contrabution.json
ebe161e verified
raw
history blame
1.26 kB
{
"name": "define_contributions",
"description": "Define contributions to various sectors using innovative technologies and data analysis to drive positive change and support sustainable development.",
"strict": true,
"parameters": {
"type": "object",
"required": [
"domain",
"action_points"
],
"properties": {
"domain": {
"type": "string",
"description": "Specific sector or area of contribution, such as Healthcare, Education, Environmental Sustainability, etc."
},
"action_points": {
"type": "array",
"description": "List of specific actions or contributions along with their impact.",
"items": {
"type": "object",
"required": [
"action",
"impact"
],
"properties": {
"action": {
"type": "string",
"description": "Description of the contribution or action taken."
},
"impact": {
"type": "string",
"description": "Explanation of how this action facilitates positive change."
}
},
"additionalProperties": false
}
}
},
"additionalProperties": false
}
}