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
Trying to run gemini model for a triage agent, but i get this error, because instead of an actual id for an event, it uses _fake_id openai.BadRequestError: Error code: 400 - {'error': {'message': "Invalid 'input[1].id': '__fake_id__'. Expected an ID that begins with 'msg'.", 'type': 'invalid_request_error', 'param': 'input[1].id', 'code': 'invalid_value'}}
Describe the question
Trying to run gemini model for a triage agent, but i get this error, because instead of an actual id for an event, it uses _fake_id
openai.BadRequestError: Error code: 400 - {'error': {'message': "Invalid 'input[1].id': '__fake_id__'. Expected an ID that begins with 'msg'.", 'type': 'invalid_request_error', 'param': 'input[1].id', 'code': 'invalid_value'}}
Debug information
v0.0.4
)Repro steps
Expected behavior
Runs normally
The text was updated successfully, but these errors were encountered: