Threads endpoint remapping #99
Annotations
10 warnings
build:
LlmTornado/Chat/ChatRequest.cs#L141
XML comment has badly formed XML -- 'Whitespace is not allowed at this location.'
|
build:
LlmTornado/Chat/ChatRequest.cs#L141
XML comment has badly formed XML -- 'Whitespace is not allowed at this location.'
|
build:
LlmTornado/Chat/Conversation.cs#L565
XML comment has badly formed XML -- 'Whitespace is not allowed at this location.'
|
build:
LlmTornado/Chat/Conversation.cs#L597
XML comment has badly formed XML -- 'Whitespace is not allowed at this location.'
|
build:
LlmTornado/Chat/Conversation.cs#L735
XML comment has badly formed XML -- 'Whitespace is not allowed at this location.'
|
build:
LlmTornado/Chat/Models/OpenAi/ChatModelOpenAi.cs#L17
XML comment has badly formed XML -- 'Whitespace is not allowed at this location.'
|
build:
LlmTornado/Files/FilePurpose.cs#L4
XML comment has badly formed XML -- 'Whitespace is not allowed at this location.'
|
build:
LlmTornado/EndpointBase.cs#L18
The using directive for 'LlmTornado.Common' appeared previously in this namespace
|
build:
LlmTornado/Code/Extensions.cs#L87
The type 'TKey' cannot be used as type parameter 'TKey' in the generic type or method 'Dictionary<TKey, TValue>'. Nullability of type argument 'TKey' doesn't match 'notnull' constraint.
|
build:
LlmTornado/EndpointBase.cs#L666
Async-iterator 'EndpointBase.HttpStreamingRequest<T>(IEndpointProvider, CapabilityEndpoints, string?, Dictionary<string, object>?, HttpMethod?, object?, Ref<string>?, CancellationToken)' has one or more parameters of type 'CancellationToken' but none of them is decorated with the 'EnumeratorCancellation' attribute, so the cancellation token parameter from the generated 'IAsyncEnumerable<>.GetAsyncEnumerator' will be unconsumed
|