About 1,200,000 results
Open links in new tab
  1. Using File Path as Tool InputPrompt flow documentation

    This input type enables users to either select an existing file or create a new one, then pass it to a tool, allowing the tool to access the file’s content. In this guide, we will provide a detailed walkthrough on how to use FilePath as a tool input.

  2. Get started with prompt flow - Azure Machine Learning

    Oct 9, 2024 · This article walks you through the main user journey of using prompt flow in Azure Machine Learning studio. You learn how to enable prompt flow in your Azure Machine Learning workspace, create and develop a prompt flow, test and evaluate the flow, and then deploy it to production. Prerequisites. An Azure Machine Learning workspace.

  3. Creating a Dynamic List Tool InputPrompt flow documentation

    Tool input options can be generated on the fly using a dynamic list. Instead of having predefined static options, the tool author defines a request function that queries backends like APIs to retrieve real-time options.

  4. How to build with prompt flow - Azure AI Foundry

    To create a prompt flow from the gallery in Azure AI Foundry portal: Sign in to Azure AI Foundry and select your project. If you're in the Management center, select Go to project to return to your project. From the collapsible left menu, select Prompt flow. Select + Create. In the Standard flow tile, select Create.

  5. Develop prompt flow - Azure Machine Learning | Microsoft Learn

    Oct 18, 2024 · Prompt flow is a development tool that streamlines the development cycle of AI applications that are powered by Large Language Models (LLMs). In this article, you learn how to create and develop a prompt flow and a chat flow in Azure Machine Learning studio.

  6. Initialize and test a flowPrompt flow documentation - GitHub …

    Promptflow CLI can generate the yaml definitions needed for prompt flow from the existing folder, using the tools script and prompt templates. Take customer-intent-extraction for example, which demonstrating how to convert a langchain code into a prompt flow.

  7. promptflow/docs/how-to-guides/quick-start.md at main - GitHub

    Flow can be a python function or class or a yaml file describing a DAG which encapsulates your LLM application logic. Learn more on the flow concept and how to Develop a flow. See the full example of this python file in: Minimal Chat. Test the flow with your favorite experience: CLI, SDK or UI. :::: {tab-set} ::: {tab-item} CLI :sync: CLI.

  8. use-file-path-as-tool-input.md - GitHub

    Build high-quality LLM apps - from prototyping, testing to production deployment and monitoring. - ftnext/microsoft-promptflow

  9. What can I input under the Object type in Azure Ai Studio's Prompt Flow?

    Jun 24, 2024 · Directly uploading a file as an "Object" input isn't natively supported. Instead, Convert the file into a Base64 string and include this string in a JSON object. Here, I use python function tool in my Azure AI prompt flow. # Check if input1 is valid and contains required keys. if not input1 or 'file_name' not in input1 or 'file_data' not in input1:

  10. A Deep Dive into Evaluation in Azure Prompt Flow - Medium

    Apr 4, 2024 · Prompt Flow accepts various input file formats but I decided to format mine as .jsonl. The Chat with Wiki demo expects the initial conversation and a question as input. We’ll also add a...

  11. Some results have been removed
Refresh