mirror of
https://github.com/katanemo/plano.git
synced 2026-04-30 03:16:28 +02:00
improve response handling (#71)
This commit is contained in:
parent
79b1c5415f
commit
eff4cd9826
7 changed files with 51 additions and 51 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -40,6 +40,7 @@ services:
|
|||
retries: 20
|
||||
volumes:
|
||||
- ~/.cache/huggingface:/root/.cache/huggingface
|
||||
- ./bolt_config.yaml:/root/bolt_config.yaml
|
||||
|
||||
function_resolver:
|
||||
build:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue