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

Refine Docstrings and Type Hints #144

Conversation

greysonlalonde
Copy link
Contributor

Updated docstrings and type hints across various modules for clarity and consistency. No functional changes.

@greysonlalonde greysonlalonde added the documentation Improvements or additions to documentation label Jan 16, 2024
@@ -93,7 +93,6 @@ class Agent(BaseModel):
)
llm: Optional[Any] = Field(
default_factory=lambda: ChatOpenAI(
temperature=0.7,
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is default

Copy link
Collaborator

@joaomdmoura joaomdmoura left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

love it, thanks @greysonlalonde

@joaomdmoura joaomdmoura merged commit 852ca21 into crewAIInc:main Jan 21, 2024
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants