这是indexloc提供的服务,不要输入任何密码
Skip to content

Conversation

@elisalimli
Copy link
Contributor

Summary

This PR fixes #675 which is caused by #664

  • My code follows the code style of this project and passes make format.
  • My change requires a change to the documentation.
  • I have updated the documentation accordingly.
  • My change has adequate unit test coverage.

@render
Copy link

render bot commented Jan 23, 2024

@elisalimli elisalimli requested a review from homanp January 23, 2024 06:05
@vercel
Copy link

vercel bot commented Jan 23, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
superagent-ui ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jan 23, 2024 6:05am

@elisalimli
Copy link
Contributor Author

elisalimli commented Jan 23, 2024

@homanp Should we add the ability to pass LLM params to workflow agents?

We can implement something like this:

request = { 
..., 
"llm_params" : {
    "agent1_id": {
       "temperature": 0.6
    },
    "agent2_id": {
       "temperature": 1
    }
} 

@homanp
Copy link
Collaborator

homanp commented Jan 23, 2024

@homanp Should we add the ability to pass LLM params to workflow agents?

We can implement something like this:

request = { 
..., 
"llm_params" : {
    "agent1_id": {
       "temperature": 0.6
    },
    "agent2_id": {
       "temperature": 1
    }
} 

Yes, please add in a separate PR, I'm merging this one.

@homanp homanp merged commit 2082ee7 into main Jan 23, 2024
@elisalimli elisalimli deleted the fix/broken-workflows branch January 28, 2024 20:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Workflows broken since release of v0.1.59

3 participants