Skip to content

GroupChatOrchestration uses too many tokens when MaximumInvocationCount > 3 #754

Description

@alliscode

Can guidance on the MaximumInvocationCount = ? for multi agents for demos
We have found going above 3 we utilise so many tokens...
Do you have any guidance?

GroupChatOrchestration orchestration =
            new(
                new RoundRobinGroupChatManager()
                {
                    MaximumInvocationCount = 3
                },
                evangelistAgent,
                contentReviewerAgent,
                publisherAgent
            )
            {
                //LoggerFactory =  LoggerFactory.Create(builder => builder.AddConsole().SetMinimumLevel(LogLevel.Warning)),
                ResponseCallback = monitor.ResponseCallback,
                StreamingResponseCallback = monitor.StreamingResultCallback,
            };

ALso can you please confirm in the thread output window what is the length? what do this represent?

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Labels

.NETUsage: [Issues, PRs], Target: .NetpythonUsage: [Issues, PRs], Target: PythonworkflowsUsage: [Issues, PRs], Target: Workflows

Type

Projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions