From d220e85961eb1411354e0f18de7de042b909df62 Mon Sep 17 00:00:00 2001 From: "Menghua Chen (WICRESOFT NORTH AMERICA LTD)" Date: Wed, 5 Jun 2024 14:04:27 +0800 Subject: [PATCH 1/2] add-metadata --- README.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/README.md b/README.md index 1535dc6a..72bff59d 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,22 @@ +--- +page_type: sample +languages: +- azdeveloper +- python +- js +- bicep +products: +- azure +- azure-openai +- azure-bing-web +- azure-cognitive-search +urlFragment: agent-openai-python-prompty +name: Creative Writing Assistant - Working with Agents using Promptflow (Python Implementation) +description: Using Azure OpenAI agent with Python, integrating Bing Search API and Azure AI Search, to create articles based on user topics and instruction. +--- + + + # Creative Writing Assistant: Working with Agents using Promptflow (Python Implementation) [![Open in GitHub Codespaces](https://github.com/codespaces/badge.svg)](https://codespaces.new/Azure-Samples/agent-openai-python-prompty) [![Open in Dev Containers](https://img.shields.io/static/v1?style=for-the-badge&label=Dev%20Containers&message=Open&color=blue&logo=visualstudiocode)](https://vscode.dev/redirect?url=vscode://ms-vscode-remote.remote-containers/cloneInVolume?url=https://github.com/azure-samples/agent-openai-python-prompty) From ded6b530bf5f4e7fd106aa47841d8e8d04428c93 Mon Sep 17 00:00:00 2001 From: "Menghua Chen (WICRESOFT NORTH AMERICA LTD)" Date: Wed, 5 Jun 2024 14:30:56 +0800 Subject: [PATCH 2/2] Add languages --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 72bff59d..f5d2eabe 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,8 @@ languages: - azdeveloper - python - js +- typescript +- bash - bicep products: - azure @@ -16,7 +18,6 @@ description: Using Azure OpenAI agent with Python, integrating Bing Search API a --- - # Creative Writing Assistant: Working with Agents using Promptflow (Python Implementation) [![Open in GitHub Codespaces](https://github.com/codespaces/badge.svg)](https://codespaces.new/Azure-Samples/agent-openai-python-prompty) [![Open in Dev Containers](https://img.shields.io/static/v1?style=for-the-badge&label=Dev%20Containers&message=Open&color=blue&logo=visualstudiocode)](https://vscode.dev/redirect?url=vscode://ms-vscode-remote.remote-containers/cloneInVolume?url=https://github.com/azure-samples/agent-openai-python-prompty)