Variable a2aServerSettings
a2aServerSettings: {
agentCapabilities?: {
agentName?: string;
cancel?: boolean;
discover?: boolean;
execute?: boolean;
monitor?: boolean;
}[];
agentDescription?: string;
agentName?: string;
enableA2AServer?: boolean;
entityCapabilities?: {
create?: boolean;
delete?: boolean;
entityName?: string;
get?: boolean;
runView?: boolean;
schemaName?: string;
update?: boolean;
}[];
port?: number;
streamingEnabled?: boolean;
userEmail?: string;
}
Type Declaration
OptionalagentCapabilities?: {
agentName?: string;
cancel?: boolean;
discover?: boolean;
execute?: boolean;
monitor?: boolean;
}[]
OptionalagentDescription?: string
OptionalagentName?: string
OptionalenableA2AServer?: boolean
OptionalentityCapabilities?: {
create?: boolean;
delete?: boolean;
entityName?: string;
get?: boolean;
runView?: boolean;
schemaName?: string;
update?: boolean;
}[]
Optionalport?: number
OptionalstreamingEnabled?: boolean
OptionaluserEmail?: string