Ben Constable
Ben Constable
I'm trying to run the following to get results from r-NSGA-II using predefined reference points. I am not sure if I am doing it correctly with passing the points and...
#### Code Sample, a minimal, complete, and verifiable piece of code ```python tie_cols = np.arange( 1, image_data.shape[0], math.ceil(image_data.shape[0] / longitude.shape[1]) ) print(tie_cols.shape) fine_cols = np.arange(image_data.shape[1]) tie_rows = np.arange( 1, image_data.shape[1],...
### What happened? I have a multi agent system using selector group chat in v0.4. I have a customer selector functions. I can see from the logs, sometimes it gets...
### What feature would you like to be added? Add Termination Conditions to the Agent's themselves, rather than the team manager. This would enable you to terminate the tool calling...
### What feature would you like to be added? I would like the ability for agents to only read chat history from select other agents or the last n messages....
- **Package Name**: azure-ai-evaluation - **Package Version**: 1.11.0 - **Operating System**: Linux / Windows - **Python Version**: 3.12 **Describe the bug** When using the inbuilt evaluators in combination with Open...