Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.galileo.ai/llms.txt

Use this file to discover all available pages before exploring further.


Function: updatePrompt()

function updatePrompt(options: UpdatePromptOptions): Promise<PromptTemplate>;
Defined in: src/utils/prompt-templates.ts Updates an existing prompt template name.

Parameters

options

UpdatePromptOptions Update options containing the template identifier.

Returns

Promise<PromptTemplate> A promise that resolves to the updated template metadata.