Skip to content

Commit

Permalink
refactor: update function return type 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
pelikhan committed Dec 6, 2024
1 parent 097ce41 commit a51e069
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -28,3 +28,4 @@ trapi.md
genaiscript.config.yaml
packages/core/*.temp.*
*.vsix
packages/sample/test.txt
2 changes: 1 addition & 1 deletion packages/core/src/promptdom.ts
Original file line number Diff line number Diff line change
Expand Up @@ -638,7 +638,7 @@ async function layoutPromptNode(root: PromptNode) {
return changed
}

export function resolveFenceFormat(modelid: string): "markdown" | "xml" {
export function resolveFenceFormat(modelid: string): FenceFormat {
return DEFAULT_FENCE_FORMAT
}

Expand Down

0 comments on commit a51e069

Please sign in to comment.