kreneskyp / ix

Autonomous GPT-4 agent platform
MIT License
1.01k stars 121 forks source link

Chain.is_agent defaults to False #382

Closed kreneskyp closed 10 months ago

kreneskyp commented 10 months ago

Description

Flipping Chain.is_agent to default to False for new chains. This change removes the need for some extra validation and case logic for new chains where fields are unset and not sent in the request.

Changes

[List out the changes you've made in this pull request. Be as specific as possible.]

How Tested

[Explain how you tested this pull request. Include any relevant steps or scripts.]

TODOs

[List any outstanding TODOs or known issues that still need to be addressed.]