Package org.opensearch.ml.common.agent
Class MLAgent.MLAgentBuilder
java.lang.Object
org.opensearch.ml.common.agent.MLAgent.MLAgentBuilder
- Enclosing class:
MLAgent
-
Method Summary
Modifier and TypeMethodDescriptionbuild()createdTime(Instant createdTime) description(String description) lastUpdateTime(Instant lastUpdateTime) memory(MLMemorySpec memory) parameters(Map<String, String> parameters) tools(List<MLToolSpec> tools) toString()
-
Method Details
-
name
- Returns:
this.
-
type
- Returns:
this.
-
description
- Returns:
this.
-
llm
- Returns:
this.
-
tools
- Returns:
this.
-
parameters
- Returns:
this.
-
memory
- Returns:
this.
-
createdTime
- Returns:
this.
-
lastUpdateTime
- Returns:
this.
-
appType
- Returns:
this.
-
isHidden
- Returns:
this.
-
build
-
toString
-