Skip to content

Fix Prompt.get/2 returning nil data and add resolve parameter#6

Merged
manusajith merged 1 commit into
mainfrom
fix-prompts
Mar 31, 2026
Merged

Fix Prompt.get/2 returning nil data and add resolve parameter#6
manusajith merged 1 commit into
mainfrom
fix-prompts

Conversation

@manusajith
Copy link
Copy Markdown
Owner

  • Fix HTTP.get_prompt/2 to include prompt name in URL path instead of query params (closes Langfuse.Prompt.get/2 returns no data #1)
  • Use URI.encode/2 with char_unreserved? for safe path segment encoding
  • Add :resolve query parameter support across Prompt, Client, and HTTP modules

- Fix HTTP.get_prompt/2 to include prompt name in URL path instead of query params (closes #1)
- Use URI.encode/2 with char_unreserved? for safe path segment encoding
- Add :resolve query parameter support across Prompt, Client, and HTTP modules
@manusajith manusajith merged commit b8048b6 into main Mar 31, 2026
4 checks passed
@manusajith manusajith deleted the fix-prompts branch March 31, 2026 09:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Langfuse.Prompt.get/2 returns no data

1 participant