forked from cleveragents/cleveragents-core
7 lines
324 B
Gherkin
7 lines
324 B
Gherkin
Feature: Multi-Agent LLM Agent Configuration
|
|
|
|
Scenario: An LLM agent in a network should use its specific system message
|
|
Given a configuration with an LLM agent having a specific system message
|
|
When I run the network with a prompt
|
|
Then the LLM provider should have been called with the specific system message
|