Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

No working: GetMessageContext: Invalid URI: The format of the URI could not be determined #9708

Open
bpw320 opened this issue Nov 14, 2024 · 0 comments
Labels
bug Something isn't working triage

Comments

@bpw320
Copy link

bpw320 commented Nov 14, 2024

in your example:

private static IReadOnlyList GetCitations(ChatMessageContent chatMessageContent)
{
var message = chatMessageContent.InnerContent as OpenAI.Chat.ChatCompletion;

 var messageContext = message.GetMessageContext();
     
    

 return messageContext.Citations;

}

 var messageContext = message.GetMessageContext();

return an error: Invalid URI: The format of the URI could not be determined

I am not sure if it is a bug or not, but it did not work

Thanks

@bpw320 bpw320 added the bug Something isn't working label Nov 14, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working triage
Projects
None yet
Development

No branches or pull requests

2 participants