Skip to content

Use llm config#693

Merged
kumaranvpl merged 4 commits into
mainfrom
use-LLMConfig
Apr 17, 2025
Merged

Use llm config#693
kumaranvpl merged 4 commits into
mainfrom
use-LLMConfig

Conversation

@kumaranvpl

@kumaranvpl kumaranvpl commented Apr 17, 2025

Copy link
Copy Markdown
Contributor

Description

Fixes #692

Type of change

  • Documentation (typos, code examples, or any documentation updates)
  • Bug fix (a non-breaking change that resolves an issue)
  • New feature (a non-breaking change that adds functionality)
  • Breaking change (a fix or feature that would disrupt existing functionality)
  • This change requires a documentation update

Checklist

  • I have conducted a self-review of my own code
  • I have made the necessary changes to the documentation
  • My changes do not generate any new warnings
  • I have added tests to validate the effectiveness of my fix or the functionality of my new feature
  • I have included code examples to illustrate the modifications

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Copilot reviewed 44 out of 44 changed files in this pull request and generated no comments.

Comments suppressed due to low confidence (1)

docs/docs_src/getting_started/no_auth/nats_n_fastapi/my_fastagency_app/my_fastagency_app/workflow.py:25

  • Ensure that ConversableAgent internally accesses the LLM configuration from the context manager now that the explicit llm_config parameter has been removed. Please verify that agent initialization behaves as intended across all environments.
with llm_config:

@kumaranvpl kumaranvpl added this pull request to the merge queue Apr 17, 2025
Merged via the queue into main with commit 6299ba6 Apr 17, 2025
@kumaranvpl kumaranvpl deleted the use-LLMConfig branch April 17, 2025 10:14
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.

Use LLMConfig instead of llm_config dictionary

3 participants