rosemariafontana commited on
Commit
e81aa82
·
verified ·
1 Parent(s): 427dcf2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -13,7 +13,7 @@ tools = [
13
  "name": "interactions_schema",
14
  "description": "Record from an interview transcript of an interaction between a Technical Assistance Provider (TAP) and a producer the information about the people involved in the interview and important information discussed during the interaction using a well-structured JSON",
15
  "input_schema": {
16
- "type": "array",
17
  "description": "Key summary information from an interaction (phone call, in person discussion, or post-conversation summary) with a producer by a technical assistance provider",
18
  "items": {
19
  "type": "object",
@@ -95,7 +95,7 @@ tools = [
95
  "name": "plantings_and_fields_schema",
96
  "description": "Record from an interview transcript of an interaction between a Technical Assistance Provider (TAP) and a producer the information regarding the crops planted, information regarding the fields the crops were planted on, and information regarding the activities that took place on the fields using a well-structured JSON",
97
  "input_schema": {
98
- "type": "array",
99
  "description": "An array of the producer's fields and their plantings. Also includes the list of logs which are associated with those plantings",
100
  "items": {
101
  "type": "object",
@@ -270,7 +270,7 @@ tools = [
270
  "name": "trials_and_treatments_schema",
271
  "description": "Record from an interview transcript of an interaction between a Technical Assistance Provider (TAP) and a producer the information surrounding the scientific experiment that was performed using a well-structured JSON",
272
  "input_schema": {
273
- "type": "array",
274
  "description": "An array of on-farm trials (ie experiments) performed by producers with support from staff, agronomists and others",
275
  "items": {
276
  "type": "object",
 
13
  "name": "interactions_schema",
14
  "description": "Record from an interview transcript of an interaction between a Technical Assistance Provider (TAP) and a producer the information about the people involved in the interview and important information discussed during the interaction using a well-structured JSON",
15
  "input_schema": {
16
+ "type": "object",
17
  "description": "Key summary information from an interaction (phone call, in person discussion, or post-conversation summary) with a producer by a technical assistance provider",
18
  "items": {
19
  "type": "object",
 
95
  "name": "plantings_and_fields_schema",
96
  "description": "Record from an interview transcript of an interaction between a Technical Assistance Provider (TAP) and a producer the information regarding the crops planted, information regarding the fields the crops were planted on, and information regarding the activities that took place on the fields using a well-structured JSON",
97
  "input_schema": {
98
+ "type": "object",
99
  "description": "An array of the producer's fields and their plantings. Also includes the list of logs which are associated with those plantings",
100
  "items": {
101
  "type": "object",
 
270
  "name": "trials_and_treatments_schema",
271
  "description": "Record from an interview transcript of an interaction between a Technical Assistance Provider (TAP) and a producer the information surrounding the scientific experiment that was performed using a well-structured JSON",
272
  "input_schema": {
273
+ "type": "object",
274
  "description": "An array of on-farm trials (ie experiments) performed by producers with support from staff, agronomists and others",
275
  "items": {
276
  "type": "object",