Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
prompt_template_config needs PromptTemplateConfig type but req_settings is PromptExecutionSettings type which seems to be accepted better by prompt_execution_settings
  • Loading branch information
AndreeaDan27 authored Dec 23, 2024
1 parent 926a590 commit 1d60c10
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ summarize = kernel.add_function(
function_name="tldr_function",
plugin_name="tldr_plugin",
prompt="{{$input}}\n\nOne line TLDR with the fewest words.",
prompt_template_settings=req_settings,
prompt_execution_settings=req_settings,
)

# Summarize the laws of thermodynamics
Expand Down

0 comments on commit 1d60c10

Please sign in to comment.