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

Python Agents - Support PromptTemplateConfig by any agent #8699

Open
crickman opened this issue Sep 12, 2024 · 0 comments
Open

Python Agents - Support PromptTemplateConfig by any agent #8699

crickman opened this issue Sep 12, 2024 · 0 comments
Assignees
Labels
agents experimental Associated with an experimental feature Ignite python Pull requests for the Python Semantic Kernel sk team issue A tag to denote issues that where created by the Semantic Kernel team (i.e., not the community)

Comments

@crickman
Copy link
Contributor

crickman commented Sep 12, 2024

Requirements:

  • Support parameterized Instructions string
  • Accept a PromptTemplateConfig and optionally a IPromptTemplateFactory instance instead of: Instructions, Name and Description
  • Retain template format for OpenAIAssistantAgent for retreival case

#8631

This feature is strongly bound to the prior addition of KernelArguments and Kernel override:

.NET: #7900
Python: #8022

@crickman crickman added agents experimental Associated with an experimental feature Ignite python Pull requests for the Python Semantic Kernel triage labels Sep 12, 2024
@evchaki evchaki added sk team issue A tag to denote issues that where created by the Semantic Kernel team (i.e., not the community) and removed triage labels Sep 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
agents experimental Associated with an experimental feature Ignite python Pull requests for the Python Semantic Kernel sk team issue A tag to denote issues that where created by the Semantic Kernel team (i.e., not the community)
Projects
Status: Backlog: Planned
Development

No branches or pull requests

3 participants