diff --git a/docs/snippets/modules/model_io/prompts/prompt_templates/get_started.mdx b/docs/snippets/modules/model_io/prompts/prompt_templates/get_started.mdx index d8a234d4da2..dddaf86f41e 100644 --- a/docs/snippets/modules/model_io/prompts/prompt_templates/get_started.mdx +++ b/docs/snippets/modules/model_io/prompts/prompt_templates/get_started.mdx @@ -106,9 +106,11 @@ llm(template.format_messages(text='i dont like eating tasty things.')) ``` + ``` AIMessage(content='I absolutely adore indulging in delicious treats!', additional_kwargs={}, example=False) ``` + This provides you with a lot of flexibility in how you construct your chat prompts.