add schema change to use enum in arch_config (#304)

This commit is contained in:
Adil Hafeez 2024-11-25 17:51:25 -08:00 committed by GitHub
parent be8c3c9ea3
commit 726f1a3185
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 6 additions and 1 deletions

View file

@ -88,6 +88,10 @@ properties:
type: string
type:
type: string
enum:
type: array
items:
type: string
additionalProperties: false
required:
- name

View file

@ -30,7 +30,7 @@ system_prompt: |
prompt_targets:
- name: workforce
description: Get workforce data like headcount and satisfacton levels by region and staffing type
description: Get workforce data like headcount and satisfaction levels by region and staffing type
endpoint:
name: app_server
path: /agent/workforce
@ -39,6 +39,7 @@ prompt_targets:
type: str
description: specific category or nature of employment used by an organization like fte, contract and agency
required: true
enum: [fte, contract, agency]
- name: region
type: str
required: true