Skip to content

Python: .NET: GroupChatOrchestration uses too many tokens when MaximumInvocationCount > 3 #754

@alliscode

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?

Metadata

Metadata

Assignees

Labels

.NETpythonsquad: workflowsAgent Framework Workflows SquadworkflowsRelated to Workflows in agent-framework

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions