@agentshelf/external-agents-sdk / ExternalAgentPrepareInput
Type Alias: ExternalAgentPrepareInput
type ExternalAgentPrepareInput = {
hostContext?: RuntimeHostContext | JsonObject;
outputModuleTypes?: string[];
providerGroundingDisplay?: boolean;
streamProfile?: RuntimeStreamProfile;
};
Properties
hostContext?
optional hostContext?: RuntimeHostContext | JsonObject;
outputModuleTypes?
optional outputModuleTypes?: string[];
providerGroundingDisplay?
optional providerGroundingDisplay?: boolean;
streamProfile?
optional streamProfile?: RuntimeStreamProfile;