HarnessScenarioToolResolutionException
NexusLabs.Foundry.MicrosoftAgentFramework.Testing¶
HarnessScenarioToolResolutionException Class¶
Indicates that a Harness scenario's declared generated functions could not be resolved completely and uniquely from the source-generated provider.
Inheritance System.Object 🡒 System.Exception 🡒 HarnessScenarioToolResolutionException
Properties¶
HarnessScenarioToolResolutionException.DuplicateToolNames Property¶
Gets duplicate generated tool names found across the declared function groups.
Property Value¶
System.Collections.Generic.IReadOnlyList<System.String>
HarnessScenarioToolResolutionException.GeneratedProviderUnavailable Property¶
Gets whether no source-generated function provider was registered.
Property Value¶
HarnessScenarioToolResolutionException.MissingFunctionTypes Property¶
Gets declared function-group types absent from the generated provider.