Skip to content

Commit

Permalink
docs: fix broken type link in doc-comment
Browse files Browse the repository at this point in the history
  • Loading branch information
cdunster committed Oct 24, 2024
1 parent 67e5e72 commit b9ca974
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion framework/runner/src/context.rs
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ impl<RV: UserValuesConstraint, V: UserValuesConstraint> AgentContext<RV, V> {
&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
Expand Down

0 comments on commit b9ca974

Please sign in to comment.