AIFunctionFactoryOptions.ParameterBindingOptions Struct
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Provides configuration options produced by the ConfigureParameterBinding delegate.
public: value class AIFunctionFactoryOptions::ParameterBindingOptions : IEquatable<Microsoft::Extensions::AI::AIFunctionFactoryOptions::ParameterBindingOptions>
public readonly struct AIFunctionFactoryOptions.ParameterBindingOptions : IEquatable<Microsoft.Extensions.AI.AIFunctionFactoryOptions.ParameterBindingOptions>
type AIFunctionFactoryOptions.ParameterBindingOptions = struct
Public Structure AIFunctionFactoryOptions.ParameterBindingOptions
Implements IEquatable(Of AIFunctionFactoryOptions.ParameterBindingOptions)
- Inheritance
- Implements
Properties
BindParameter |
Gets a delegate used to determine the value for a bound parameter. |
ExcludeFromSchema |
Gets a value indicating whether the parameter should be excluded from the generated schema. |
Methods
Equals(AIFunctionFactoryOptions+ParameterBindingOptions) | |
Equals(Object) | |
GetHashCode() | |
ToString() |
Operators
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.