GenkitG
Genkitโ€ข16mo agoโ€ข
16 replies
sad-indigo

When using dotprompt, there seem to be "

When using dotprompt, there seem to be "default" option. What do you think about adding the default to the UI, or at least add button that will prefill those? It's annoying loosing the state ocasionally and having to copy paste the values all over again.

So this:
---
model: vertexai/gemini-1.5-flash-preview
config:
  version: gemini-1.5-flash-preview-0514
  temperature: 0.4
  topK: 32
  topP: 0.95
tools: []
output:
    schema: LVSchema
input:
    schema:
        pdfData: string
    default: 
        pdfData: "/my_pdf.pdf"
---


Would result to image1 instead of image2.
image.png
image2.png
Was this page helpful?