You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When the following exeuction settings are added, the following stackoverflow occurs
name: GenerateStorytemplate: | Tell a story about {{topic}} that is {{length}} sentences long.template_format: handlebarsdescription: A function that generates a story about a topic.input_variables:
- name: topicdescription: The topic of the story.is_required: true
- name: lengthdescription: The number of sentences in the story.is_required: trueoutput_variable:
description: The generated story.execution_settings:
- model_id: gpt-4temperature: 0.6
- model_id: gpt-3temperature: 0.3
The text was updated successfully, but these errors were encountered:
github-actionsbot
changed the title
Stackoverflow when using execution settings with YAML format
.Net: Stackoverflow when using execution settings with YAML format
Dec 5, 2023
When the following exeuction settings are added, the following stackoverflow occurs
The text was updated successfully, but these errors were encountered: