From 276ed3b56d776d92aad3e685abb37cd15f033fad Mon Sep 17 00:00:00 2001 From: Arpandeep Khatua Date: Tue, 12 Nov 2024 19:13:27 -0800 Subject: [PATCH] Fixing the runtime channel --- examples/experimental/llm_agent/llm_agent.toml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/examples/experimental/llm_agent/llm_agent.toml b/examples/experimental/llm_agent/llm_agent.toml index 1c18d5fb..78435a01 100644 --- a/examples/experimental/llm_agent/llm_agent.toml +++ b/examples/experimental/llm_agent/llm_agent.toml @@ -9,8 +9,8 @@ node_class = "llm_agent" [nodes.node_args] query_interval = 5 output_channel = "Jack:Jane" -input_text_channels = ["Jane:Jack", "Runtime:Agent"] -input_env_channels = ["Scene:Jack"] +input_text_channels = ["Jane:Jack"] +input_env_channels = ["Scene:Jack", "Runtime:Agent"] input_tick_channel = "tick/secs/1" goal = "Your goal is to effectively test Jane's technical ability and finally decide if she has passed the interview. Make sure to also evaluate her communication skills, problem-solving approach, and enthusiasm." model_name = "gpt-4o-mini" @@ -23,8 +23,8 @@ node_class = "llm_agent" [nodes.node_args] query_interval = 7 output_channel = "Jane:Jack" -input_text_channels = ["Jack:Jane", "Runtime:Agent"] -input_env_channels = ["Scene:Jane"] +input_text_channels = ["Jack:Jane"] +input_env_channels = ["Scene:Jane", "Runtime:Agent"] input_tick_channel = "tick/secs/1" goal = "Your goal is to do well in the interview by demonstrating your technical skills, clear communication, and enthusiasm for the position. Stay calm, ask clarifying questions when needed, and confidently explain your thought process." model_name = "gpt-4o-mini"