SpeziLLMOpenAI: Repalce MacPaw/OpenAI With Generated API Calls #305
Annotations
10 warnings
Build and test (xcodebuild):
Sources/SpeziLLM/LLMPlatformBuilder.swift#L19
'init(for:singleEntry:)' is deprecated: DependencyCollection entries are now always an explicit request to load and do not require a closure anymore.
|
Build and test (xcodebuild):
Sources/SpeziLLM/Models/LLMContextEntity.swift#L23
immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
|
Build and test (xcodebuild):
Sources/SpeziLLM/LLMPlatformBuilder.swift#L19
'init(for:singleEntry:)' is deprecated: DependencyCollection entries are now always an explicit request to load and do not require a closure anymore.
|
Build and test (xcodebuild):
Sources/SpeziLLM/Models/LLMContextEntity.swift#L23
immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
|
Build and test (xcodebuild)
A property name only appears in the required list, but not in the properties map - this is likely a typo; skipping this property. [context: foundIn=Components.Schemas.CreateChatCompletionFunctionResponse.choicesPayloadPayload (#/components/schemas/CreateChatCompletionFunctionResponse/choicesPayload)/logprobs]warning: A property name only appears in the required list, but not in the properties map - this is likely a typo; skipping this property. [context: foundIn=Components.Schemas.Upload (#/components/schemas/Upload)/step_number]warning: A property name only appears in the required list, but not in the properties map - this is likely a typo; skipping this property. [context: foundIn=Components.Schemas.CreateAssistantRequest.tool_resourcesPayload.file_searchPayload.Case1Payload (#/components/schemas/CreateAssistantRequest/tool_resources/file_search/case1)/vector_store_ids]warning: A property name only appears in the required list, but not in the properties map - this is likely a typo; skipping this property. [context: foundIn=Components.Schemas.CreateAssistantRequest.tool_resourcesPayload.file_searchPayload.Case2Payload (#/components/schemas/CreateAssistantRequest/tool_resources/file_search/case2)/vector_stores]warning: A property name only appears in the required list, but not in the properties map - this is likely a typo; skipping this property. [context: foundIn=Components.Schemas.CreateRunRequest (#/components/schemas/CreateRunRequest)/thread_id]warning: A property name only appears in the required list, but not in the properties map - this is likely a typo; skipping this property. [context: foundIn=Components.Schemas.CreateThreadAndRunRequest (#/components/schemas/CreateThreadAndRunRequest)/thread_id]warning: A property name only appears in the required list, but not in the properties map - this is likely a typo; skipping this property. [context: foundIn=Components.Schemas.CreateThreadRequest.tool_resourcesPayload.file_searchPayload.Case1Payload (#/components/schemas/CreateThreadRequest/tool_resources/file_search/case1)/vector_store_ids]warning: A property name only appears in the required list, but not in the properties map - this is likely a typo; skipping this property. [context: foundIn=Components.Schemas.CreateThreadRequest.tool_resourcesPayload.file_searchPayload.Case2Payload (#/components/schemas/CreateThreadRequest/tool_resources/file_search/case2)/vector_stores]LLVM Profile Error: Failed to write file "default.profraw": Operation not permitted
|
Build and test (xcodebuild):
Sources/SpeziLLMOpenAI/FunctionCalling/LLMFunctionParameterWrapper.swift#L59
no calls to throwing functions occur within 'try' expression
|
Build and test (xcodebuild):
Sources/SpeziLLMOpenAI/FunctionCalling/LLMFunctionParameterWrapper.swift#L60
'catch' block is unreachable because no errors are thrown in 'do' block
|
Build and test (xcodebuild):
Sources/SpeziLLMOpenAI/LLMOpenAIPlatform.swift#L50
'init()' is deprecated: Please explicitly specify the Module type.
|
Build and test (xcodebuild):
Sources/SpeziLLMOpenAI/LLMOpenAIPlatform.swift#L51
'init()' is deprecated: Please explicitly specify the Module type.
|
Build and test (xcodebuild):
Sources/SpeziLLMOpenAI/LLMOpenAITokenSaver.swift#L66
'init()' is deprecated: Please explicitly specify the Module type.
|
Loading