mirror of
https://github.com/katanemo/plano.git
synced 2026-07-05 15:52:12 +02:00
address pr feedback
This commit is contained in:
parent
47dcbf9469
commit
37081922ac
1 changed files with 9 additions and 9 deletions
|
|
@ -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: |
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue