RobotecAI / o3de-genai-gems

Core features and interfaces enabling use of modern AI with O3DE for variety of purposes.
Other
1 stars 0 forks source link

Fix mock vendor (model+service) #139

Closed jhanca-robotecai closed 3 weeks ago

jhanca-robotecai commented 3 weeks ago

Mock vendor was not working correctly, this PR fixes it. In addition it renames the passthrough model into mock model: the name was incorrect, as the passthrough was changing the format (from a vector of pairs of roles and content to a json string).

Mock vendor Gem should be renamed - this will be fixed in a separate PR.