From b9ca974e820641618a3b411984d115cf1f92dc4c Mon Sep 17 00:00:00 2001 From: Callum Dunster Date: Wed, 23 Oct 2024 20:26:55 +0200 Subject: [PATCH] docs: fix broken type link in doc-comment --- framework/runner/src/context.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/framework/runner/src/context.rs b/framework/runner/src/context.rs index 0698fcc7..a5555cfa 100644 --- a/framework/runner/src/context.rs +++ b/framework/runner/src/context.rs @@ -138,7 +138,7 @@ impl AgentContext { &self.agent_name } - /// The user-supplied value from [ScenarioDefinitionBuilder::use_named_agent_behaviour]. + /// The user-supplied value from [crate::prelude::ScenarioDefinitionBuilder::use_named_agent_behaviour]. /// /// From within the behaviour, you know which behaviour you are assigned to. This is useful for /// the setup and teardown hooks where you may need to adjust the actions your agent takes