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