Skip to content

.Net: Stackoverflow when using execution settings with YAML format #3983

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

Closed
matthewbolanos opened this issue Dec 5, 2023 · 0 comments
Closed
Assignees
Labels
.NET Issue or Pull requests regarding .NET code

Comments

@matthewbolanos
Copy link
Member

When the following exeuction settings are added, the following stackoverflow occurs

name: GenerateStory
template: |
  Tell a story about {{topic}} that is {{length}} sentences long.
template_format: handlebars
description: A function that generates a story about a topic.
input_variables:
  - name: topic
    description: The topic of the story.
    is_required: true
  - name: length
    description: The number of sentences in the story.
    is_required: true
output_variable:
  description: The generated story.
execution_settings:
  - model_id: gpt-4
    temperature: 0.6
  - model_id: gpt-3
    temperature: 0.3
image
@shawncal shawncal added the triage label Dec 5, 2023
@matthewbolanos matthewbolanos added the .NET Issue or Pull requests regarding .NET code label Dec 5, 2023
@github-actions github-actions bot changed the title Stackoverflow when using execution settings with YAML format .Net: Stackoverflow when using execution settings with YAML format Dec 5, 2023
@markwallace-microsoft markwallace-microsoft self-assigned this Dec 5, 2023
@markwallace-microsoft markwallace-microsoft moved this to Sprint: In Progress in Semantic Kernel Dec 5, 2023
@markwallace-microsoft markwallace-microsoft moved this from Sprint: In Progress to Sprint: In Review in Semantic Kernel Dec 6, 2023
@markwallace-microsoft markwallace-microsoft moved this from Sprint: In Review to Sprint: Done in Semantic Kernel Dec 6, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
.NET Issue or Pull requests regarding .NET code
Projects
Archived in project
Development

No branches or pull requests

3 participants