Skip to content

.Net: Response API call to LLM responds with empty message #13333

@karthiksimplist

Description

@karthiksimplist

The call to LLM comes back with empty message at sometimes.
It's not making any tool calls or giving any response - comes back back with empty response.

this works sometimes without any issues.
here is the code snippet which uses the OpenAIResponseAgent's InvokeStreamingAsync
await foreach (var streamingContent in openAiAgent.InvokeStreamingAsync(streamContent, agentThread, agentInvokeOptions, cancellationToken: cts.Token))

Metadata

Metadata

Assignees

No one assigned

    Labels

    .NETIssue or Pull requests regarding .NET codetriage

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions