addedInput schema / properties / agent_model
Added value: +{
+ "default": "",
+ "description": "Your model id",
+ "title": "Agent Model",
+ "type": "string"
+}
addedInput schema / properties / environment
Added value: +{
+ "anyOf": [
+ {
+ "additionalProperties": true,
+ "type": "object"
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "default": null,
+ "description": "Environment dict (runtime, framework, region)",
+ "title": "Environment"
+}
addedInput schema / properties / errors_encountered
Added value: +{
+ "anyOf": [
+ {
+ "items": {
+ "additionalProperties": true,
+ "type": "object"
+ },
+ "type": "array"
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "default": null,
+ "description": "Failure modes encountered — each upserts a row in failure_modes",
+ "title": "Errors Encountered"
+}
addedInput schema / properties / integration_time_minutes
Added value: +{
+ "anyOf": [
+ {
+ "type": "integer"
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "default": null,
+ "description": "Integration time",
+ "title": "Integration Time Minutes"
+}
addedInput schema / properties / stack
Added value: +{
+ "anyOf": [
+ {
+ "items": {
+ "type": "string"
+ },
+ "type": "array"
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "default": null,
+ "description": "Stack you used",
+ "title": "Stack"
+}
addedInput schema / properties / task_type
Added value: +{
+ "default": "",
+ "description": "Task you used the tool for (e.g. 'subscription_billing', 'oauth')",
+ "title": "Task Type",
+ "type": "string"
+}