Skip to content

net.breezeware.dynamo.ai.agent.AgentApplication#run should like this #1

Open
@tangyaya8

Description

@tangyaya8

original code:
Input data to initialize the workflow for full node execution
var inputData = Map.<String, Object>of(
AgentExecutor.State.INPUT, Map.of("query", "Current weather in Atlanta & Travel recommendations")
);

fixed code:
var inputData = Map.<String, Object>of(
AgentExecutor.State.INPUT, Map.of("query", "Current weather in Atlanta ", "recommendations", true));

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions