@agentshelf/external-agents-sdk / ExternalAgentPrepareResult
Type Alias: ExternalAgentPrepareResult
type ExternalAgentPrepareResult = {
negotiated: {
outputModuleTypes: string[];
providerGroundingDisplay: boolean;
streamProfile: RuntimeStreamProfile;
};
policy: PublicExternalAgentPolicy;
};
Properties
negotiated
negotiated: {
outputModuleTypes: string[];
providerGroundingDisplay: boolean;
streamProfile: RuntimeStreamProfile;
};
outputModuleTypes
outputModuleTypes: string[];
providerGroundingDisplay
providerGroundingDisplay: boolean;
streamProfile
streamProfile: RuntimeStreamProfile;
policy
policy: PublicExternalAgentPolicy;