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
Describe the bug
A clear and concise description of what the bug is.
getting the following when using workflowcore.dsl
System.TypeLoadException: Could not load type 'Microsoft.IdentityModel.Json.JsonObjectAttribute' from assembly 'Microsoft.IdentityModel.Tokens, Version=7.5.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35'. at System.ModuleHandle.ResolveType(QCallModule module, Int32 typeToken, IntPtr* typeInstArgs, Int32 typeInstCount, IntPtr* methodInstArgs, Int32 methodInstCount, ObjectHandleOnStack type) at System.ModuleHandle.ResolveTypeHandle(Int32
To Reproduce
create yaml example add inputs:
Id: Worflow1
Version: 1
Steps:
Id: GetValues
StepType: My.GetCases, My.Service
NextStepId: MakeCall
Inputs:
Prompt: "Get values limit result to 100"
Expected behavior
expected to populate StepBody with property
Additional context
The text was updated successfully, but these errors were encountered:
Describe the bug
A clear and concise description of what the bug is.
getting the following when using workflowcore.dsl
System.TypeLoadException: Could not load type 'Microsoft.IdentityModel.Json.JsonObjectAttribute' from assembly 'Microsoft.IdentityModel.Tokens, Version=7.5.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35'. at System.ModuleHandle.ResolveType(QCallModule module, Int32 typeToken, IntPtr* typeInstArgs, Int32 typeInstCount, IntPtr* methodInstArgs, Int32 methodInstCount, ObjectHandleOnStack type) at System.ModuleHandle.ResolveTypeHandle(Int32
To Reproduce
create yaml example add inputs:
Id: Worflow1
Version: 1
Steps:
StepType: My.GetCases, My.Service
NextStepId: MakeCall
Inputs:
Prompt: "Get values limit result to 100"
Expected behavior
expected to populate StepBody with property
Additional context
The text was updated successfully, but these errors were encountered: