Play Games

Search This Blog

Showing posts with label field generation etc. Show all posts
Showing posts with label field generation etc. Show all posts

Monday, March 17, 2025

metadata to retrieve the Einstein prompt templates in visual studio code salesforce


 
Solution:

<?xml version="1.0" encoding="UTF-8" standalone="yes"?>

<Package xmlns="http://soap.sforce.com/2006/04/metadata">

    <types>

        <members>Test_Prompt</members>

        <name>GenAIPromptTemplate</name>

    </types>

    <version>63.0</version>

</Package>

Output:


Note: Test_Prompt
is the api name of the respective prompt template.