mirror of
https://github.com/slhaf/Partner.git
synced 2026-05-12 16:53:04 +08:00
fix(action-evaluator): fix content of available-meta-actions block
This commit is contained in:
@@ -199,8 +199,8 @@ public class ActionEvaluator extends AbstractAgentModule.Sub<EvaluatorInput, Lis
|
|||||||
"available_meta_action",
|
"available_meta_action",
|
||||||
actionCapability.listAvailableMetaActions().entrySet(),
|
actionCapability.listAvailableMetaActions().entrySet(),
|
||||||
(block, value) -> {
|
(block, value) -> {
|
||||||
appendTextElement(document, root, "action_key", value.getKey());
|
appendTextElement(document, block, "meta_action_key", value.getKey());
|
||||||
appendTextElement(document, root, "action_value", value.getValue().getDescription());
|
appendTextElement(document, block, "meta_action_description", value.getValue().getDescription());
|
||||||
return Unit.INSTANCE;
|
return Unit.INSTANCE;
|
||||||
}
|
}
|
||||||
);
|
);
|
||||||
|
|||||||
Reference in New Issue
Block a user