Skip to content

Commit 231b0c8

Browse files
committed
Update task YAML files to replace 'api_key' with 'brave_api_key' for consistency across multiple integrations
1 parent 2c3de6a commit 231b0c8

File tree

6 files changed

+15
-15
lines changed

6 files changed

+15
-15
lines changed

multi-step-task/src/tasks/multi-step-task.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ tools:
2323
integration:
2424
provider: brave
2525
setup:
26-
api_key: "DEMO_API_KEY"
26+
brave_api_key: "DEMO_API_KEY"
2727

2828
################################################################################
2929
############################# MAIN WORKFLOW ####################################

online-researcher/src/tasks/online-researcher-task.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ tools:
2525
integration:
2626
provider: brave
2727
setup:
28-
api_key: "DEMO_API_KEY"
28+
brave_api_key: "DEMO_API_KEY"
2929

3030
################################################################################
3131
############################# MAIN WORKFLOW ####################################

personalized-research-assistant/src/tasks/personalized-research-assistant-task.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ tools:
2929
integration:
3030
provider: brave
3131
setup:
32-
api_key: "DEMO_API_KEY"
32+
brave_api_key: "DEMO_API_KEY"
3333

3434
- name: arxiv_search
3535
type: integration

sarcastic-headline-generator/src/tasks/sarcastic-headline-generator-task.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ tools:
2323
integration:
2424
provider: brave
2525
setup:
26-
api_key: "DEMO_API_KEY"
26+
brave_api_key: "DEMO_API_KEY"
2727

2828
################################################################################
2929
############################# MAIN WORKFLOW ####################################

trip-planner/src/tasks/trip-planner-task.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ tools:
3737
integration:
3838
provider: brave
3939
setup:
40-
api_key: "DEMO_API_KEY"
40+
brave_api_key: "DEMO_API_KEY"
4141

4242
################################################################################
4343
############################# MAIN WORKFLOW ####################################

video-processing-natural-lang/src/tasks/video-processing-natural-lang-task.yaml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -61,22 +61,22 @@ main:
6161
Given below is an example of a transformation json list. Don't provide explanations and/or comments in the json.
6262
```json
6363
[
64-
{
64+
{{
6565
"aspect_ratio": "1.0",
6666
"width": 250,
67-
},
68-
{
67+
}},
68+
{{
6969
"fetch_format": "auto"
70-
},
71-
{
70+
}},
71+
{{
7272
"overlay":
73-
{
73+
{{
7474
"url": "<image_url>"
75-
}
76-
},
77-
{
75+
}}
76+
}},
77+
{{
7878
"flags": "layer_apply"
79-
}
79+
}}
8080
]
8181
```
8282
- type: image_url

0 commit comments

Comments
 (0)