HumanInputConfig¶
-
class
oci.generative_ai_agent.models.
HumanInputConfig
(**kwargs)¶ Bases:
object
Human Input Configuration for an AgentEndpoint.
Methods
__init__
(**kwargs)Initializes a new HumanInputConfig object with values from keyword arguments. Attributes
should_enable_human_input
[Required] Gets the should_enable_human_input of this HumanInputConfig. -
__init__
(**kwargs)¶ Initializes a new HumanInputConfig object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: should_enable_human_input (bool) – The value to assign to the should_enable_human_input property of this HumanInputConfig.
-
should_enable_human_input
¶ [Required] Gets the should_enable_human_input of this HumanInputConfig. The Agent will request for human input for disambiguation or additional information gathering if this is enabled.
Returns: The should_enable_human_input of this HumanInputConfig. Return type: bool
-