Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Summary:
Renamed
KGAgentSearchPipe
toKGSearchSearchPipe
across the codebase for consistency in naming conventions.Key points:
KGAgentSearchPipe
toKGSearchSearchPipe
inr2r/__init__.py
.kg_agent_prompt
tokg_search_prompt
inr2r/base/providers/kg.py
.kg_agent_model
tokg_search_model
inr2r/cli/cli.py
.kg_agent_search_pipe
tokg_search_search_pipe
inr2r/main/abstractions.py
.kg_agent_generation_config
tokg_search_generation_config
inr2r/main/api/client.py
.with_kg_agent_pipe
towith_kg_search_pipe
inr2r/main/assembly/builder.py
.create_kg_agent_pipe
tocreate_kg_search_pipe
inr2r/main/assembly/factory.py
.kg_agent
tokg_search
inr2r/providers/prompts/defaults.jsonl
.kg_agent_search_pipe.py
tokg_search_search_pipe.py
and updated class name inside it.Generated with ❤️ by ellipsis.dev