Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

requst tool #104

Merged
merged 6 commits into from
Jun 28, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
撤销修改
  • Loading branch information
weizjajj committed Jun 26, 2024
commit 1efab5438b5c3c3b5e3dce859548a9e8d106672f
2 changes: 1 addition & 1 deletion sample_standard_app/app/test/test_react_agent.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ def setUp(self) -> None:
def test_react_agent(self):
"""Test demo reAct agent."""
instance: Agent = AgentManager().get_instance_obj('demo_react_agent')
output_object: OutputObject = instance.run(input='我想知道张三今年多大了')
output_object: OutputObject = instance.run(input='请给出一段python代码,可以计算三数之和,给出之前必须验证代码是否可以运行,最少验证三次')


if __name__ == '__main__':
Expand Down