Skip to content

Commit 665c56e

Browse files
committed
Adding
1 parent 0870f6f commit 665c56e

File tree

2 files changed

+13
-13
lines changed

2 files changed

+13
-13
lines changed

examples/tutorials/10_async/10_temporal/060_open_ai_agents_sdk_hello_world/manifest.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -102,10 +102,10 @@ agent:
102102

103103
# Optional: Set Environment variables for running your agent locally as well
104104
# as for deployment later on
105-
env:
106-
OPENAI_API_KEY: ""
105+
env: {}
106+
# OPENAI_API_KEY: ""
107107
# OPENAI_BASE_URL: "<YOUR_OPENAI_BASE_URL_HERE>"
108-
OPENAI_ORG_ID: ""
108+
# OPENAI_ORG_ID: ""
109109

110110

111111
# Deployment Configuration
@@ -137,4 +137,4 @@ deployment:
137137
memory: "1Gi"
138138
limits:
139139
cpu: "1000m"
140-
memory: "2Gi"
140+
memory: "2Gi"

examples/tutorials/run_all_async_tests.sh

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -49,16 +49,16 @@ ALL_TUTORIALS=(
4949
#"00_sync/010_multiturn"
5050
#"00_sync/020_streaming"
5151
# base tutorials
52-
"10_async/00_base/000_hello_acp"
53-
"10_async/00_base/010_multiturn"
54-
"10_async/00_base/020_streaming"
55-
"10_async/00_base/030_tracing"
56-
"10_async/00_base/040_other_sdks"
57-
"10_async/00_base/080_batch_events"
52+
# "10_async/00_base/000_hello_acp"
53+
# "10_async/00_base/010_multiturn"
54+
# "10_async/00_base/020_streaming"
55+
# "10_async/00_base/030_tracing"
56+
# "10_async/00_base/040_other_sdks"
57+
# "10_async/00_base/080_batch_events"
5858
# temporal tutorials
59-
"10_async/10_temporal/000_hello_acp"
60-
"10_async/10_temporal/010_agent_chat"
61-
"10_async/10_temporal/020_state_machine"
59+
# "10_async/10_temporal/000_hello_acp"
60+
# "10_async/10_temporal/010_agent_chat"
61+
# "10_async/10_temporal/020_state_machine"
6262
"10_async/10_temporal/060_open_ai_agents_sdk_hello_world"
6363
"10_async/10_temporal/070_open_ai_agents_sdk_tools"
6464
"10_async/10_temporal/080_open_ai_agents_sdk_human_in_the_loop"

0 commit comments

Comments
 (0)