Class ToolConfiguration
Inherited Members
Namespace: Glitch9.AIDevKit.AmazonAws
Assembly: Glitch9.AIDevKit.Provider.AmazonAws.dll
Syntax
public class ToolConfiguration
Properties
| Edit this page View SourceToolChoice
Optional. Specifies which tool the model should choose (if multiple available).
Declaration
[JsonProperty("toolChoice")]
public BedrockToolChoice ToolChoice { get; set; }
Property Value
| Type | Description |
|---|---|
| BedrockToolChoice |
Tools
Optional. List of tool configurations available to the model.
Declaration
[JsonProperty("tools")]
public List<BedrockTool> Tools { get; set; }
Property Value
| Type | Description |
|---|---|
| List<BedrockTool> |