You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
mladvladimir
—
Today at 2:23 PM
Thanks for fast response.
Regarding path params I was thinking supporting something like this (using modification of your example):
prompt_targets:
- name: device_summary
description: Retrieve network statistics for specific devices within a time range
endpoint:
name: app_server
path: /devices/{device_id}/device_details
parameters:
- name: device_id
type: str
description: A device identifier (ID) to retrieve details for.
required: true # device_id are required to get device details
- name: days
type: int
description: The number of days for which to gather device data.
default: "7"
The text was updated successfully, but these errors were encountered:
mladvladimir
—
Today at 2:23 PM
Thanks for fast response.
Regarding path params I was thinking supporting something like this (using modification of your example):
prompt_targets:
- name: device_summary
description: Retrieve network statistics for specific devices within a time range
endpoint:
name: app_server
path: /devices/{device_id}/device_details
parameters:
- name: device_id
type: str
description: A device identifier (ID) to retrieve details for.
required: true # device_id are required to get device details
- name: days
type: int
description: The number of days for which to gather device data.
default: "7"
The text was updated successfully, but these errors were encountered: