setTokenConfig
setTokenConfig(
config):void
Defined in: packages/agentic-control/src/core/tokens.ts:122
Update the token configuration
Parameters
Section titled “Parameters”config
Section titled “config”Partial<TokenConfig>
Returns
Section titled “Returns”void
Example
Section titled “Example”setTokenConfig({ organizations: { "my-org": { name: "my-org", tokenEnvVar: "MY_ORG_TOKEN" } }, prReviewTokenEnvVar: "PR_REVIEW_TOKEN"});