Please let me pass in a tracer into the helper functions renderPrompt
and the JSON one
#111
Labels
feature-request
Request for new features or functionality
I had to write this wrapper function to make things play nice:
Couple weird things about using
PromptRenderer
directly:import { AnyTokenizer } from "@vscode/prompt-tsx/dist/base/tokenizer/tokenizer";
toVsCodeChatMessages
(which returnsany[]
btw)The text was updated successfully, but these errors were encountered: