pub async fn complex_tool_arguments<M, F>(
model: M,
configure: F,
) -> Result<ScenarioReport, ScenarioError>where
M: CompletionModel + 'static,
F: FnOnce(AgentBuilder<M, NoToolConfig>) -> AgentBuilder<M, NoToolConfig>,Available on crate feature
test-utils only.Expand description
Runs a nested, escaped, Unicode-bearing argument payload through typed tool deserialization and validates the exact semantic value received by the tool.