improve response handling (#71)

This commit is contained in:
Adil Hafeez 2024-09-23 22:56:35 -07:00 committed by GitHub
parent 79b1c5415f
commit eff4cd9826
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
7 changed files with 51 additions and 51 deletions

View file

@ -40,6 +40,7 @@ prompt_targets:
- name: policy_number
required: true
description: The policy number for which the insurance claim details are requested.
type: string
- name: include_expired
description: Include expired insurance claims in the response.
type: string

View file

@ -40,6 +40,7 @@ services:
retries: 20
volumes:
- ~/.cache/huggingface:/root/.cache/huggingface
- ./bolt_config.yaml:/root/bolt_config.yaml
function_resolver:
build: