Skip to content

Commit

Permalink
Fixing the runtime channel
Browse files Browse the repository at this point in the history
  • Loading branch information
akhatua2 committed Nov 13, 2024
1 parent c99580e commit 276ed3b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions examples/experimental/llm_agent/llm_agent.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand All @@ -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"
Expand Down

0 comments on commit 276ed3b

Please sign in to comment.