Customizing Operation Behavior

Each operation in your agent can be fine-tuned with advanced settings to control exactly how it functions. These settings help you create more reliable, efficient, and secure agents by controlling data flow and execution behavior.

Operation Configuration Tabs

When you select an operation in the builder interface, you’ll see several configuration tabs that control different aspects of the operation’s behavior:

The Details tab shows the original, generated function calling description that defines the operation’s purpose and behavior. This serves as a reference for the operation’s intended use.

This information is especially useful when you’re working with multiple similar operations and need to understand the exact purpose of each one.

Operation Execution Settings

Practical Examples

Best Practices

  • Start with minimal output: Only include fields the AI actually needs to complete its task
  • Use input defaults wisely: Hard-code parameters that should remain constant, but allow flexibility for case-specific values
  • Provide clear instructions: Help the AI understand exactly when and how to use each operation
  • Test thoroughly: After configuring advanced settings, test your agent with various inputs to ensure it behaves as expected
  • Monitor token usage: Use the Activity view to track how your configuration changes impact token consumption

Next Steps