localhost
development environment. You can use a .env
file to change your environment with the --env-file
argument. To do that, you must set up your .env
file similar to how you install the watsonx Orchestrate Developer Edition.
Journey Success
metric.
Field | Type | Description |
---|---|---|
agent | string | Name of the agent associated with this dataset |
goals | object | Dependency map of goal identifiers to arrays of dependent goals |
goal_details | array | Detailed list of tool calls and final summary response |
story | string | Narrative description of the storyline of the data |
starting_sentence | string | The user’s first utterance |
agent
string
orchestrate agents list
goals
object
"get_assignment_id_hr_agent-1"
). Each value is an array of goals that depend on completion of this goal.goal_details
array
"tool_call"
: A specific tool call, with arguments specified in args
."text"
: A text response, including the full response and key terms in keywords
.type
: "tool_call"
or "text"
name
: Action or step name (unique in each dataset)tool_name
: (For tool calls) Name of the tool/function invokedargs
: (For tool calls) Dictionary of arguments passed to the toolresponse
: (For summary step) The agent’s natural language responsekeywords
: (For summary step) Key terms in the responsestory
string
starting_sentence
string