Commits
Click on a commit to change the comparison rangeMerge branch 'master' into feat/xai-agentic-tools-clean2 days ago
by KushagraaWadhwa fix(xai): Fix import sorting to satisfy ruff I001
Alphabetize third-party imports (langchain_core before pydantic)
to match the repository's import ordering rules. style(xai): Apply ruff formatter to integration test
Use formatter-preferred single-line ternary within parentheses Merge branch 'master' into feat/xai-agentic-tools-clean17 hours ago
by KushagraaWadhwa docs(xai): Remove references to non-existent files in README
Remove links to MIGRATION_GUIDE.md and examples/agentic_tools_example.py
that don't exist in this PR. Link to X.AI docs instead.
Addresses reviewer feedback.