You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# Step 2 Generate greeting with LLM based on name and weather data
28
-
29
-
llm_message=awaitworkflow.step(
30
-
function=llm,
31
-
function_input=FunctionInputParams(
32
-
system_content=f"You are a personal assitant and have access to weather data {weather_data}. Always greet person with relevant info from weather data",
# Step 2 Generate greeting with LLM based on name and weather data
32
+
try:
33
+
llm_message=awaitworkflow.step(
34
+
function=llm,
35
+
function_input=FunctionInputParams(
36
+
system_content=f"You are a personal assitant and have access to weather data {weather_data}. Always greet person with relevant info from weather data",
0 commit comments