Record Class AgentRequest
java.lang.Object
java.lang.Record
dev.langchain4j.agentic.agent.AgentRequest
public record AgentRequest(AgenticScope agenticScope, AgentInstance agent, Map<String,Object> inputs)
extends Record
-
Constructor Summary
ConstructorsConstructorDescriptionAgentRequest(AgenticScope agenticScope, AgentInstance agent, Map<String, Object> inputs) Creates an instance of aAgentRequestrecord class. -
Method Summary
Modifier and TypeMethodDescriptionagent()Returns the value of theagentrecord component.Returns the value of theagenticScoperecord component.agentId()final booleanIndicates whether some other object is "equal to" this one.final inthashCode()Returns a hash code value for this object.inputs()Returns the value of theinputsrecord component.final StringtoString()Returns a string representation of this record class.
-
Constructor Details
-
AgentRequest
Creates an instance of aAgentRequestrecord class.- Parameters:
agenticScope- the value for theagenticScoperecord componentagent- the value for theagentrecord componentinputs- the value for theinputsrecord component
-
-
Method Details
-
agentName
-
agentId
-
toString
-
hashCode
-
equals
Indicates whether some other object is "equal to" this one. The objects are equal if the other object is of the same class and if all the record components are equal. All components in this record class are compared withObjects::equals(Object,Object). -
agenticScope
Returns the value of theagenticScoperecord component.- Returns:
- the value of the
agenticScoperecord component
-
agent
Returns the value of theagentrecord component.- Returns:
- the value of the
agentrecord component
-
inputs
-