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

feat: add extra_create_args to AssistantAgent for model client custom… #5213

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

gagb
Copy link
Collaborator

@gagb gagb commented Jan 27, 2025

@@ -64,6 +64,7 @@ class AssistantAgentConfig(BaseModel):
system_message: str | None = None
reflect_on_tool_use: bool
tool_call_summary_format: str
extra_create_args: Mapping[str, Any] | None = None
Copy link
Collaborator Author

Choose a reason for hiding this comment

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

Not sure if this is correct, since Any could not be serialized.

Copy link

codecov bot commented Jan 27, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 70.08%. Comparing base (e582072) to head (a7ee98b).

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #5213   +/-   ##
=======================================
  Coverage   70.08%   70.08%           
=======================================
  Files         179      179           
  Lines       11619    11621    +2     
=======================================
+ Hits         8143     8145    +2     
  Misses       3476     3476           
Flag Coverage Δ
unittests 70.08% <100.00%> (+<0.01%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

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.

Missing extra_create_kwargs in AssistantAgent
1 participant