-
Notifications
You must be signed in to change notification settings - Fork 345
Closed
Labels
bugconfirmed by the BAML teamconfirmed by the BAML team
Description
Product
BAML
Describe the bug
Sometimes the rendered prompt in the playground contains Tailwind classes. Examples:
Reproduction Steps
Use one of the code examples from the images above in promptfiddle:
class MaintainFieldOrder {
a string
b string
c string
}
function UseMaintainFieldOrder(input: MaintainFieldOrder) -> MaintainFieldOrder {
client GPT4
prompt #"
Return this value back to me: {{ input }}
"#
}
test TestName {
functions [UseMaintainFieldOrder]
args {
input {
a "1"
b "2"
c "3"
}
}
}
BAML Version
No response
Language/Framework
None
LLM Provider
None
LLM Model
No response
Operating System
None
Browser
None
Code Editor
None
Metadata
Metadata
Assignees
Labels
bugconfirmed by the BAML teamconfirmed by the BAML team

