Class InlineInputLocation
The details of inline input location.
Inherited Members
Namespace: Oci.GenerativeaiagentService.Models
Assembly: OCI.DotNetSDK.Generativeaiagent.dll
Syntax
public class InlineInputLocation : InputLocation
Properties
Content
Declaration
[JsonProperty(PropertyName = "content")]
public string Content { get; set; }
Property Value
Type | Description |
---|---|
string | Inline content as input. |