Files
temp/tests/features/multi_agent_role.feature

12 lines
549 B
Gherkin

Feature: Multi-Agent LLM Agent Configuration
Scenario: An LLM agent in a network should use its specific inline role
Given a configuration with an LLM agent having a specific role
When I run the network with a prompt
Then the LLM provider should have been called with the specific role message
Scenario: An LLM agent uses a referenced role
Given a configuration with an LLM agent having a referenced role
When I run the network with a prompt
Then the LLM provider should have been called with the specific role message