huggingface / huggingface/agents-course
[QUESTION] agent.run(stream=True) How get finall result
Open
question
- Dominant language
- MDX
- Stars
- 32.6k
- Forks
- 2.3k
- PR merge metrics
- No merged PRs in 30d
Description
agent = CodeAgent(
tools=[],
model=model,
max_steps=10,
verbosity_level=2
)
response = agent.run(
"""
descripe image
""",
images=image_urls,
stream=True
)
print()???
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.