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
[document-grounding] Refactor Pipelines to GetPipelines, Pipeline to GetPipeline, PipelinePostRequest to CreatePipeline, PipelineStatus to GetPipelineStatus, and RetievalSearchResults to RetrievalSearchResults. (efffc16)
[langchain] Adjust content of chat result in LangChain Orchestration by removing finish_reason, index, function_call, request_id from additional_kwargs and adding tool_calls and request_id in generationInfo. (e9c19b4)
[orchestration] The type of logprobs in the response is corrected as a result of a bug fix from the Orchestration service. (9a0d6f7)
[orchestration] The ModuleResults and LlmModuleResult types are now only meant to be used for the non-streaming case.
Previously, they represented both streaming and non-streaming response.
For streaming, use ModuleResultsStreaming and LlmModuleResultStreaming types instead.