address pr feedback

This commit is contained in:
Adil Hafeez 2025-02-06 11:36:16 -08:00
parent 47dcbf9469
commit 37081922ac
No known key found for this signature in database
GPG key ID: 9B18EF7691369645

View file

@ -34,10 +34,9 @@ prompt_targets:
description: Stock symbol
required: true
type: str
in_path: true
endpoint:
name: twelvedata_api
path: /quote?symbol={symbol}
path: /quote
http_headers:
Authorization: "apikey $TWELVEDATA_API_KEY"
system_prompt: |
@ -50,15 +49,16 @@ prompt_targets:
description: Stock symbol
required: true
type: str
in_path: true
# - name: interval
# description: Time interval
# default: 1h
# type: str
# in_path: true
- name: interval
description: Time interval
default: 1day
enum:
- 1h
- 1day
type: str
endpoint:
name: twelvedata_api
path: /time_series?symbol={symbol}&interval=1day
path: /time_series
http_headers:
Authorization: "apikey $TWELVEDATA_API_KEY"
system_prompt: |