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: allow specifying specific tool within toolgroup #1239

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

Conversation

ehhuang
Copy link
Contributor

@ehhuang ehhuang commented Feb 24, 2025

Summary:

E.g. builtin::rag::knowledge_search

Test Plan:

LLAMA_STACK_CONFIG=fireworks pytest -s -v tests/client-sdk/agents/ --safety-shield meta-llama/Llama-Guard-3-8B

Stack created with Sapling. Best reviewed with ReviewStack.

@@ -803,7 +803,7 @@
}
],
"source": [
"model_id = \"meta-llama/Llama-3.1-70B-Instruct\"\n",
"model_id = \"meta-llama/Llama-3.3-70B-Instruct\"\n",
Copy link
Contributor Author

Choose a reason for hiding this comment

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

Upgraded to 3.3 as it worked by default. 3.1 might require some prompt tuning to get it to call knowledge_search tool.

Summary:

Test Plan:
Summary:

Test Plan:
@ehhuang ehhuang force-pushed the pr1238 branch 5 times, most recently from c186226 to 52141b1 Compare February 25, 2025 18:23
Summary:

E.g. `builtin::rag::knowledge_search`

Test Plan:

LLAMA_STACK_CONFIG=fireworks pytest -s -v tests/client-sdk/agents/ --safety-shield meta-llama/Llama-Guard-3-8B
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
CLA Signed This label is managed by the Meta Open Source bot.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants