You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
INFO Processing request of type GetPromptRequest server.py:534
meta=None description=None messages=[PromptMessage(role='user', content=TextContent(type='text', text='ABCABCABCB', annotations=None))]
Expected behavior
INFO Processing request of type GetPromptRequest server.py:534
meta=None description="This prompt summarizes the brave search data" messages=[PromptMessage(role='user', content=TextContent(type='text', text='ABCABCABCB', annotations=None))]
Screenshots
N/A
The text was updated successfully, but these errors were encountered:
Describe the bug
When
session.get_prompt(prompt.name)
is called theGetPromptResult
doesn't return the prompt descriptionTo Reproduce
Steps to reproduce the behavior:
Expected behavior
Screenshots
N/A
The text was updated successfully, but these errors were encountered: