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

[QUESTION] agent.run(stream=True) How get finall result #314

Open
via007 opened this issue Mar 13, 2025 · 0 comments
Open

[QUESTION] agent.run(stream=True) How get finall result #314

via007 opened this issue Mar 13, 2025 · 0 comments
Labels
question Further information is requested

Comments

@via007
Copy link

via007 commented Mar 13, 2025

agent = CodeAgent(
tools=[],
model=model,
max_steps=10,
verbosity_level=2
)

response = agent.run(
"""
descripe image
""",
images=image_urls,
stream=True
)

print()???

@via007 via007 added the question Further information is requested label Mar 13, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

1 participant