Interface CfnHarness.IHarnessInlineFunctionConfigProperty
Namespace: Amazon.CDK.AWS.BedrockAgentCore
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface CfnHarness.IHarnessInlineFunctionConfigProperty
Syntax (vb)
Public Interface CfnHarness.IHarnessInlineFunctionConfigProperty
Remarks
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.AWS.BedrockAgentCore;
var inputSchema;
var harnessInlineFunctionConfigProperty = new HarnessInlineFunctionConfigProperty {
Description = "description",
InputSchema = inputSchema
};
Synopsis
Properties
| Description | |
| InputSchema | JSON Schema describing the tool's input parameters. |
Properties
Description
string Description { get; }
Property Value
Remarks
InputSchema
JSON Schema describing the tool's input parameters.
object InputSchema { get; }